Branch indexing > git rev-parse --resolve-git-dir /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59/.git # timeout=10 Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.20.1' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh11108532271967694908.key Verifying host key using known hosts file > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/27-upgrade-xstream-to-improve-java-15-compatibility Seen branch in repository origin/master Seen 2 remote branches Obtained greycat/Jenkinsfile from 3a5fd38c390bb7b8a719d78ee5cf0ddafcfb9380 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘Hawk_Greycat_backend_master_219-vk5x1’ are offline WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-219-vk5x1-45ks3-9b8s0 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-greycat-backend-master-219-vk5x1-45ks3-9b8s0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-219-vk5x1-45ks3-z9gpq because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-greycat-backend-master-219-vk5x1-45ks3-z9gpq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-219-vk5x1-45ks3-vn1rw because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-greycat-backend-master-219-vk5x1-45ks3-vn1rw" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... Created Pod: kubernetes hawk/hawk-greycat-backend-master-219-vk5x1-45ks3-6sbz8 Agent hawk-greycat-backend-master-219-vk5x1-45ks3-6sbz8 is provisioned from template Hawk_Greycat_backend_master_219-vk5x1-45ks3 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/219/" runUrl: "job/Hawk%20Greycat%20backend/job/master/219/" labels: jenkins: "slave" jenkins/label-digest: "ee92789400473f9d513642e5e9a911ed1ac6eb6e" jenkins/label: "Hawk_Greycat_backend_master_219-vk5x1" name: "hawk-greycat-backend-master-219-vk5x1-45ks3-6sbz8" 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-219-vk5x1-45ks3-6sbz8" - name: "JENKINS_NAME" value: "hawk-greycat-backend-master-219-vk5x1-45ks3-6sbz8" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" name: "jnlp" resources: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - emptyDir: medium: "" name: "jenkins-home" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on hawk-greycat-backend-master-219-vk5x1-45ks3-6sbz8 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-ssh12944760983511543050.key Verifying host key using known hosts file > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3a5fd38c390bb7b8a719d78ee5cf0ddafcfb9380 (master) > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3a5fd38c390bb7b8a719d78ee5cf0ddafcfb9380 # timeout=10 Commit message: "GraphPropertyGetter: use only type node IDs for property type cache (ignoring time)" > git rev-list --no-walk 062eebd22baf6669579a53cb4dcff99914ea5890 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Core without tests) [Pipeline] container [Pipeline] { [Pipeline] sh + cd core + mvn -B --quiet clean install -DskipTests --toolchains jenkins-toolchains.xml SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/home/jenkins/.m2/repository/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar) to field java.net.Authenticator.theAuthenticator WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Greycat with tests) [Pipeline] container [Pipeline] { [Pipeline] sh + cd greycat + mvn -B --quiet clean install -P signjars -DfailIfNoTests=false --toolchains ../core/jenkins-toolchains.xml SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/home/jenkins/.m2/repository/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar) to field java.net.Authenticator.theAuthenticator WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [ivy:retrieve] :: problems summary :: [ivy:retrieve] :::: ERRORS [ivy:retrieve] unknown resolver public [ivy:retrieve] unknown resolver public [ivy:retrieve] unknown resolver public [ivy:retrieve] unknown resolver public [ivy:retrieve] unknown resolver public Running org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.729 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.691 s getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.215 s invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.359 s doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.145 s removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.155 s removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.13 s removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.186 s indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.218 s integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.195 s integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.211 s indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.379 s removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.194 s removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.19 s addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.198 s addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.192 s query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.203 s removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.21 s removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.212 s nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.174 s queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.07 s addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.082 s removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.093 s indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.179 s deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.063 s floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.07 s removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.173 s indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.299 s testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.108 s testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.266 s testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.107 s twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.117 s oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.117 s oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.509 s oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.107 s oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.104 s escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.055 s escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.055 s escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.076 s twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.155 s oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.103 s oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.1 s threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.113 s recreateEdge[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.113 s Running org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite 14:57:15.348 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/target/work/configuration/org.eclipse.osgi/113/0/.cp/xstream-1.4.8.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 14:57:15.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:15.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:57:15.554 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:15.554 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:15.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:15.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:15.616 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:15.616 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:15.616 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:15.616 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:15.617 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:15.618 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:57:15.720 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:15.720 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:15.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:57:15.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:57:15.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:57:15.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:57:15.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:57:15.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:57:15.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:57:15.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:57:15.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:57:15.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:57:15.739 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:57:15.739 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:57:15.743 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:57:15.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:57:15.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:57:15.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:57:15.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:57:15.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:57:15.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:57:15.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:57:15.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:57:15.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 14:57:15.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:57:15.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:57:15.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:57:15.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:57:15.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:57:15.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:57:15.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:57:15.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:57:15.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:57:15.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:57:15.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:57:15.914 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:57:15.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:15.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:57:15.922 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:15.922 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:15.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:57:15.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:57:15.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:57:15.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:57:15.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:57:15.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:57:15.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:15.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:57:15.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:57:15.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:57:15.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:57:15.928 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:57:15.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:15.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:57:15.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:57:15.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:57:15.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:57:15.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:57:15.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:57:15.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:57:15.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:15.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:15.941 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:57:15.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:15.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:57:15.942 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:15.942 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:16.016 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:16.018 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:57:16.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:16.021 [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/hawkSvnRepo13357466324941332033 14:57:24.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13357466324941332033:org.eclipse.hawk.svn.SvnManager:false 14:57:24.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:24.116 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:24.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:24.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:24.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:24.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:24.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:24.143 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:24.143 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:57:24.143 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:24.143 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:24.145 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:24.145 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 14:57:24.152 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842633453) of file:///tmp/hawkSvnRepo13357466324941332033 14:57:24.155 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:24.218 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:24.218 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:24.319 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:24.319 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:24.321 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:24.322 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:57:24.330 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:57:24.340 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:24.340 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:57:24.340 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:24.340 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...14:57:24.340 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:24.341 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:24.341 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:24.341 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:24.341 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:24.341 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:24.342 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:24.342 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:24.343 [pool-46-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 14:57:24.521 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:57:24.521 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:24.521 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s181ms [proxy update] 14:57:24.522 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842636151) of file:///tmp/hawkSvnRepo13357466324941332033 14:57:24.522 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:24.525 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:24.525 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:24.535 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:24.536 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:24.536 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:57:24.537 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:57:24.538 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:24.538 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:24.538 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:24.551 [pool-46-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...14:57:24.551 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s63ms 14:57:24.614 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s63ms 14:57:24.614 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:24.614 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:24.615 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:24.615 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:57:24.615 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:24.615 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:24.616 [pool-46-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 14:57:24.634 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:57:24.635 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:24.635 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s21ms [proxy update] 14:57:24.635 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842638123) of file:///tmp/hawkSvnRepo13357466324941332033 14:57:24.636 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:24.639 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:24.639 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:24.714 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:24.715 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:24.715 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:57:24.715 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:57:24.716 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:24.716 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:24.716 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:24.717 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...14:57:24.717 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:24.717 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:24.717 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:24.717 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:24.718 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:24.718 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:57:24.718 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:24.718 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:24.718 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:24.718 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:24.719 [pool-46-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 0s20ms [proxy update] 14:57:24.737 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842640116) of file:///tmp/hawkSvnRepo13357466324941332033 14:57:24.738 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:24.740 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:24.740 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:24.750 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:24.750 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:24.751 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:57:24.751 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:57:24.813 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:24.813 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:24.813 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:24.815 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:57:24.815 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:24.815 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:24.815 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:24.816 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:24.816 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:24.816 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:24.816 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:24.816 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:24.816 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:24.816 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:24.817 [pool-46-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 0s21ms [proxy update] 14:57:24.837 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842642117) of file:///tmp/hawkSvnRepo13357466324941332033 14:57:24.838 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:24.838 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 722 ms 14:57:24.924 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:24.924 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13357466324941332033:org.eclipse.hawk.svn.SvnManager:false 14:57:24.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:24.926 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:24.928 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:24.930 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3331762979791608355/test_revRefNavDerived[LevelDB GreyCat] 14:57:24.937 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:26.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:26.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:26.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:57:26.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:26.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:26.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:26.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:26.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:26.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:26.234 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:26.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:26.234 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:26.235 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:57:26.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:26.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:26.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:57:26.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:57:26.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:57:26.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:57:26.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 14:57:26.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:57:26.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:57:26.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:57:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:57:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:57:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:57:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:57:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:57:26.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:57:26.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:57:26.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:57:26.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:57:26.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:57:26.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:57:26.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:57:26.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:57:26.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:57:26.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:57:26.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:57:26.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:57:26.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:57:26.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:57:26.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:57:26.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:57:26.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:57:26.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:57:26.338 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:57:26.338 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:57:26.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:57:26.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:26.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:57:26.418 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:26.418 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:57:26.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:57:26.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:57:26.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:57:26.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:57:26.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:57:26.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:57:26.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:26.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:26.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 14:57:26.423 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:57:26.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 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:57:26.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 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:57:26.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 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:57:26.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:57:26.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:57:26.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:57:26.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:57:26.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:57:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:57:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:57:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:57:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:57:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:57:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:57:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:57:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:57:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:57:26.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:57:26.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:26.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:57:26.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:26.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:26.437 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:26.438 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:57:26.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:26.439 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 14:57:26.441 [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/hawkSvnRepo8262285075250215584 14:57:34.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8262285075250215584:org.eclipse.hawk.svn.SvnManager:false 14:57:34.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:34.116 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:34.126 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:34.126 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:34.126 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:34.126 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:34.126 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:34.128 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:34.128 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:57:34.128 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:34.128 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:34.131 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:34.131 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 14:57:34.137 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842644950) of file:///tmp/hawkSvnRepo8262285075250215584 14:57:34.138 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:34.141 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:34.142 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:34.151 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:34.151 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.152 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.152 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:57:34.214 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:57:34.225 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:34.225 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:57:34.226 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.226 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s75ms [pure insertion] marking any relevant derived attributes for update...14:57:34.226 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.226 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.226 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:34.226 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:34.227 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:34.227 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:57:34.227 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:34.227 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:34.228 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:57:34.235 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:57:34.316 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:57:34.316 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:34.316 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s91ms [proxy update] 14:57:34.317 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842646533) of file:///tmp/hawkSvnRepo8262285075250215584 14:57:34.317 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:34.319 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:34.319 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:34.328 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:34.328 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.328 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:57:34.329 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:57:34.329 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:34.329 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:34.329 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:34.335 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:34.335 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:34.336 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:34.336 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:34.336 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:34.336 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:34.336 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:34.336 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:34.336 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:34.336 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:34.336 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:34.337 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s78ms [proxy update] 14:57:34.414 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842648117) of file:///tmp/hawkSvnRepo8262285075250215584 14:57:34.415 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:34.417 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:34.417 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:34.425 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:34.425 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.425 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:57:34.426 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:57:34.426 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:34.426 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:34.426 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:34.434 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:34.434 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:34.435 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:34.436 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:34.436 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:34.436 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:34.436 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:34.436 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:34.436 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:34.437 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:57:34.444 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:57:34.528 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:57:34.528 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:34.528 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:34.528 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s106ms [proxy update] 14:57:34.543 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842650112) of file:///tmp/hawkSvnRepo8262285075250215584 14:57:34.544 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:34.546 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:34.546 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:34.617 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:34.617 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.619 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:57:34.620 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:57:34.620 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:34.620 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:34.620 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:34.621 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...14:57:34.621 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.621 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.622 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:34.622 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:34.622 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:34.622 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:34.622 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:34.622 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:34.622 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:34.622 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:34.622 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s20ms [proxy update] 14:57:34.643 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842652115) of file:///tmp/hawkSvnRepo8262285075250215584 14:57:34.643 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:34.643 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 527 ms 14:57:34.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:34.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8262285075250215584:org.eclipse.hawk.svn.SvnManager:false 14:57:34.736 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:34.736 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:34.738 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:34.752 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6084440648585243852/test_untilAnnotated[LevelDB GreyCat] 14:57:34.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:35.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:35.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:35.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:57:35.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:35.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:35.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:35.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:35.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:35.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:35.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:35.236 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:35.236 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:35.236 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:57:35.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:35.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:35.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:57:35.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:57:35.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:57:35.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:57:35.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:57:35.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:57:35.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:57:35.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:57:35.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:57:35.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:57:35.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:57:35.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:57:35.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:57:35.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:57:35.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:57:35.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:57:35.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:57:35.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:57:35.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:57:35.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:57:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:57:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:57:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:57:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:57:35.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:57:35.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:57:35.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:57:35.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:57:35.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:57:35.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:57:35.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:57:35.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:57:35.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:57:35.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:57:35.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57: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/XMLType.ecore to store 14:57:35.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:35.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:57:35.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:57:35.331 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:35.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:57:35.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:57:35.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:35.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:57:35.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:57:35.338 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:57:35.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:35.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:57:35.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:35.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:35.418 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:35.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:57:35.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:35.420 [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/hawkSvnRepo13577242610993707698 14:57:39.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13577242610993707698:org.eclipse.hawk.svn.SvnManager:false 14:57:39.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:39.109 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:39.118 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:39.118 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:39.118 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:39.118 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:39.118 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:39.120 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:39.120 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:57:39.120 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:39.120 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:39.122 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:39.122 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:57:39.125 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842654819) of file:///tmp/hawkSvnRepo13577242610993707698 14:57:39.126 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:39.132 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:39.132 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:39.141 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:39.141 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:39.141 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:39.141 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:57:39.147 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:57:39.216 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:39.216 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:57:39.216 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:39.216 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s75ms [pure insertion] marking any relevant derived attributes for update...14:57:39.216 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:39.216 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:39.217 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:39.217 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:39.217 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:39.217 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:39.217 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:39.217 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:39.217 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:57:39.225 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:57:39.226 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:39.226 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 14:57:39.226 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842655441) of file:///tmp/hawkSvnRepo13577242610993707698 14:57:39.226 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:39.228 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:39.228 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:39.237 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:39.237 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:39.237 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:57:39.238 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:57:39.238 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:39.238 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:39.238 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:39.244 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:39.244 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:39.245 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:39.245 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:39.245 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:39.245 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:39.245 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:39.245 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:39.245 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:39.245 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:39.245 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:39.246 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s79ms [proxy update] 14:57:39.324 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842657113) of file:///tmp/hawkSvnRepo13577242610993707698 14:57:39.325 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:39.325 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 216 ms 14:57:39.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:39.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13577242610993707698:org.eclipse.hawk.svn.SvnManager:false 14:57:39.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:39.338 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:39.339 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:39.340 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17938082407554295944/test_computedForAllVersions[LevelDB GreyCat] 14:57:39.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:40.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:40.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:40.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:57:40.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:40.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:40.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:40.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:40.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:40.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:40.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:40.242 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:40.242 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:40.242 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:57:40.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:40.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:40.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:57:40.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:57:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:57:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:57:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:57:40.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:57:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:57:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:57:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:57:40.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:57:40.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:57:40.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:57:40.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:57:40.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:57:40.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:57:40.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:57:40.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:57:40.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:57:40.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:57:40.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:57:40.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:40.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:57:40.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:40.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:57:40.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:57:40.322 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:57:40.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:57:40.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:57:40.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:57:40.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:57:40.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:57:40.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:57:40.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:57:40.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:57:40.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:57:40.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:40.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:57:40.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:57:40.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:57:40.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:57:40.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:57:40.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:57:40.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:40.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:57:40.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:57:40.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:57:40.328 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:57:40.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:40.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:57:40.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:40.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:40.333 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:40.334 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:57:40.334 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:40.334 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 14:57:40.336 [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/hawkSvnRepo558747801669635267 14:57:48.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo558747801669635267:org.eclipse.hawk.svn.SvnManager:false 14:57:48.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:48.109 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:48.117 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:48.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:48.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:48.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:48.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:48.120 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:48.120 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:57:48.120 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:48.120 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:48.122 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:48.122 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 14:57:48.127 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842659351) of file:///tmp/hawkSvnRepo558747801669635267 14:57:48.127 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:48.131 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:48.131 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:48.140 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:48.140 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:48.140 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:48.140 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:57:48.147 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:57:48.218 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:48.218 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:57:48.218 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:48.218 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s78ms [pure insertion] marking any relevant derived attributes for update...14:57:48.218 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:48.218 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:48.219 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:48.219 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:48.219 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:48.219 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:48.219 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:48.219 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:48.220 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:57:48.227 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:57:48.241 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:57:48.241 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:48.241 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s23ms [proxy update] 14:57:48.242 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842660417) of file:///tmp/hawkSvnRepo558747801669635267 14:57:48.242 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:48.245 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:48.245 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:48.322 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:48.322 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:48.323 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:57:48.323 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:57:48.323 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:48.323 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:48.323 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:48.331 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:48.331 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:48.331 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:48.331 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:48.331 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:48.332 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:48.332 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:57:48.332 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:48.332 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:48.332 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:48.332 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:48.332 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s15ms [proxy update] 14:57:48.346 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842662114) of file:///tmp/hawkSvnRepo558747801669635267 14:57:48.347 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:48.349 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:48.349 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:48.422 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:48.423 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:48.423 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:57:48.423 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:57:48.424 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:48.424 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:48.424 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:48.434 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:48.434 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:48.435 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:48.435 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:48.435 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:48.435 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:48.435 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:48.435 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:48.435 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:48.436 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:57:48.444 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:57:48.546 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:57:48.547 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:48.547 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:48.547 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s181ms [proxy update] 14:57:48.616 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842664110) of file:///tmp/hawkSvnRepo558747801669635267 14:57:48.616 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:48.618 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:48.618 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:48.625 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:48.625 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:48.627 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:57:48.627 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:57:48.628 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:48.628 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:48.628 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:48.628 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...14:57:48.628 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:48.629 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:48.629 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:48.629 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:48.629 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:48.629 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:48.629 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:48.629 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:48.629 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:48.629 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:48.629 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s17ms [proxy update] 14:57:48.646 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842666110) of file:///tmp/hawkSvnRepo558747801669635267 14:57:48.647 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:48.647 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 538 ms 14:57:48.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:48.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo558747801669635267:org.eclipse.hawk.svn.SvnManager:false 14:57:48.718 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:48.718 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:48.720 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:48.722 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16141287351172804251/test_sinceAnnotated[LevelDB GreyCat] 14:57:48.724 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:49.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:49.167 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:49.167 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:57:49.167 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:49.167 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:49.170 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:49.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:49.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:49.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:49.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:49.170 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:49.170 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:49.170 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:57:49.174 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:49.174 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:49.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:57:49.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:57:49.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:57:49.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:57:49.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:57:49.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:57:49.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:57:49.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:57:49.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:57:49.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:57:49.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:57:49.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:57:49.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:57:49.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:57:49.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:57:49.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:57:49.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:57:49.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:57:49.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:57:49.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:57:49.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:57:49.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:57:49.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:57:49.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:57:49.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:57:49.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:57:49.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:57:49.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:57:49.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:57:49.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:57:49.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:57:49.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:57:49.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:57:49.217 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:57:49.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:49.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:57:49.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:49.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:49.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:49.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:57:49.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:57:49.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:57:49.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:57:49.225 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:57:49.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:49.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:57:49.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:57:49.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:57:49.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:49.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:57:49.227 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:57:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:57:49.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:57:49.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:49.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:57:49.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:49.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:49.235 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:49.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:57:49.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:49.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 14:57:49.238 [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/hawkSvnRepo11634244688254607638 14:57:57.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11634244688254607638:org.eclipse.hawk.svn.SvnManager:false 14:57:57.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:57.109 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:57.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:57.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:57.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:57.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:57.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:57.121 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:57.121 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:57:57.121 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:57.121 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:57.123 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:57.124 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 14:57:57.129 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842668734) of file:///tmp/hawkSvnRepo11634244688254607638 14:57:57.129 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:57.133 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:57.133 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:57.140 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:57.140 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:57.140 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:57.140 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:57:57.145 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:57:57.215 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:57.216 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:57:57.216 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:57.216 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s76ms [pure insertion] marking any relevant derived attributes for update...14:57:57.216 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:57.216 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:57.216 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:57.216 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:57.216 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:57.216 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:57.216 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:57.216 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:57.217 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:57:57.221 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:57:57.232 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:57:57.232 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:57.232 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 14:57:57.233 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842669315) of file:///tmp/hawkSvnRepo11634244688254607638 14:57:57.233 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:57.235 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:57.235 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:57.242 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:57.242 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:57.242 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:57:57.242 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:57:57.243 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:57.243 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:57.243 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:57.248 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:57.249 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s72ms [proxy update] 14:57:57.320 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842671114) of file:///tmp/hawkSvnRepo11634244688254607638 14:57:57.321 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:57.322 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:57.322 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:57.329 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:57.329 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:57.329 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:57:57.330 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:57:57.330 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:57.330 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:57.330 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:57.337 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:57.337 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:57.338 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:57.338 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:57.338 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:57.338 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:57.338 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:57.338 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:57.338 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:57.338 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:57:57.343 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:57:57.417 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:57:57.418 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:57.418 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:57.418 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s92ms [proxy update] 14:57:57.430 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842673110) of file:///tmp/hawkSvnRepo11634244688254607638 14:57:57.430 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:57.432 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:57.432 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:57.439 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:57.439 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:57.441 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:57:57.441 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:57:57.441 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:57.441 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:57:57.441 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:57:57.442 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:57.443 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s76ms [proxy update] 14:57:57.518 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842675110) of file:///tmp/hawkSvnRepo11634244688254607638 14:57:57.518 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:57.518 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 409 ms 14:57:57.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:57.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11634244688254607638:org.eclipse.hawk.svn.SvnManager:false 14:57:57.526 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:57.526 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:57.527 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:57.530 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15067469735114225251/test_beforeAnnotated[LevelDB GreyCat] 14:57:57.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:58.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:58.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:58.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:57:58.156 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:58.156 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:58.158 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:58.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:58.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:58.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:58.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:58.159 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:58.159 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:58.159 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:57:58.162 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:58.162 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:58.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:57:58.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:57:58.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:57:58.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:57:58.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:57:58.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:57:58.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:57:58.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:57:58.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:57:58.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:57:58.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:57:58.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:57:58.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:57:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:57:58.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:57:58.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:57:58.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:57:58.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:57:58.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:57:58.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:57:58.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:57:58.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:57:58.177 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:57:58.177 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:58.177 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:57:58.180 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:58.180 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:58.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:57:58.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:57:58.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:57:58.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:57:58.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:57:58.215 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:57:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:57:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:57:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:57:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:57:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:57:58.219 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:57:58.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:58.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:57:58.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:58.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:58.223 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:58.224 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:57:58.224 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:58.224 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 14:57:58.226 [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/hawkSvnRepo13698354360600807410 14:58:06.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13698354360600807410:org.eclipse.hawk.svn.SvnManager:false 14:58:06.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:06.109 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:06.116 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:06.116 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:06.116 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:06.116 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:06.116 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:06.118 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:06.118 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:58:06.118 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:06.118 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:06.119 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:06.120 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:58:06.122 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842677544) of file:///tmp/hawkSvnRepo13698354360600807410 14:58:06.123 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:06.128 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:06.128 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:06.134 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:06.134 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:06.135 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:06.135 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:58:06.140 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:58:06.148 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:06.148 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:58:06.148 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:06.148 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...14:58:06.148 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:06.148 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:06.148 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:06.148 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:06.148 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:06.148 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:06.148 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:06.148 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:06.149 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:58:06.215 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:58:06.223 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:58:06.224 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:06.224 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s76ms [proxy update] 14:58:06.224 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842678243) of file:///tmp/hawkSvnRepo13698354360600807410 14:58:06.224 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:06.226 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:06.226 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:06.232 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:06.232 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:06.233 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:58:06.233 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:58:06.233 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:06.233 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:06.233 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:06.238 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...14:58:06.238 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:06.238 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:06.238 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:06.238 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:06.238 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:06.238 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:06.238 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:06.238 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:06.239 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:06.239 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:58:06.239 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s11ms [proxy update] 14:58:06.249 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842680113) of file:///tmp/hawkSvnRepo13698354360600807410 14:58:06.250 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:06.251 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:06.251 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:06.315 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:06.316 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:06.316 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:58:06.316 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:58:06.316 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:06.316 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:06.316 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:06.323 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:58:06.323 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:06.323 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:06.323 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:06.323 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:06.323 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:06.323 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:06.323 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:06.323 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:06.324 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:58:06.329 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:58:06.342 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:58:06.342 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:06.342 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:58:06.343 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s97ms [proxy update] 14:58:06.420 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842682113) of file:///tmp/hawkSvnRepo13698354360600807410 14:58:06.420 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:06.422 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:06.422 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:06.428 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:06.428 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:06.430 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:06.430 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:58:06.430 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:06.430 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:06.430 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:06.431 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:58:06.432 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s15ms [proxy update] 14:58:06.446 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842684110) of file:///tmp/hawkSvnRepo13698354360600807410 14:58:06.446 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:06.447 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 338 ms 14:58:06.453 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:06.453 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13698354360600807410:org.eclipse.hawk.svn.SvnManager:false 14:58:06.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:06.454 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:06.515 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:06.515 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2293141754543018042/test_whenComposability[LevelDB GreyCat] 14:58:06.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:07.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:07.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:07.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:58:07.157 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:07.157 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:07.160 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:07.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:07.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:07.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:07.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:58:07.160 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:07.160 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:07.160 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:58:07.164 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:07.164 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:07.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:58:07.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:58:07.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:58:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:58:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:58:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:58:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:58:07.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:58:07.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:58:07.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:58:07.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:58:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:58:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:58:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:58:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:58:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:58:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:58:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:58:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:58:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:58:07.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:58:07.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:58:07.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:58:07.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:58:07.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:58:07.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:58:07.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:58:07.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:58:07.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:58:07.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:58:07.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:58:07.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:58:07.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:58:07.177 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:07.177 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:07.177 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:58:07.180 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:07.180 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:58:07.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:58:07.216 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:58:07.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:58:07.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:58:07.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:07.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:58:07.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:07.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:07.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:07.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:58:07.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:58:07.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:58:07.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:07.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:07.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:58:07.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:07.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:07.223 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:07.224 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:07.224 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:07.225 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 14:58:07.226 [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/hawkSvnRepo16036135364971845959 14:58:15.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16036135364971845959:org.eclipse.hawk.svn.SvnManager:false 14:58:15.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.109 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:15.116 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.116 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.116 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.116 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.116 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.118 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.118 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:58:15.118 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.118 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.120 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:15.120 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 14:58:15.125 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842686526) of file:///tmp/hawkSvnRepo16036135364971845959 14:58:15.125 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.128 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.128 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.135 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:15.135 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:15.136 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:15.136 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:58:15.143 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:58:15.215 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:15.215 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:58:15.215 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:15.215 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s80ms [pure insertion] marking any relevant derived attributes for update...14:58:15.215 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:15.215 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:15.215 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.215 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.216 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.216 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:58:15.216 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.216 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.216 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:58:15.222 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:58:15.232 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:58:15.232 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:15.232 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 14:58:15.233 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842687244) of file:///tmp/hawkSvnRepo16036135364971845959 14:58:15.233 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.234 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.234 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.241 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:15.241 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:15.242 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:58:15.242 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:58:15.242 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:15.242 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:15.242 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:15.248 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:58:15.248 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s73ms [proxy update] 14:58:15.321 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842689113) of file:///tmp/hawkSvnRepo16036135364971845959 14:58:15.322 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.323 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.323 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.332 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:15.332 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:15.332 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:58:15.332 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:58:15.333 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:15.333 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:15.333 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:15.340 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:58:15.340 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:15.340 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:15.340 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.340 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.340 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.340 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:15.340 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.340 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.341 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:58:15.345 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:58:15.420 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:58:15.420 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:15.420 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:58:15.420 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s91ms [proxy update] 14:58:15.431 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842691109) of file:///tmp/hawkSvnRepo16036135364971845959 14:58:15.432 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.433 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.433 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.439 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:15.439 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:15.440 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:15.441 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:58:15.441 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:15.441 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:15.441 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:15.442 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:58:15.442 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s75ms [proxy update] 14:58:15.517 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842693108) of file:///tmp/hawkSvnRepo16036135364971845959 14:58:15.517 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:15.517 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 407 ms 14:58:15.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:15.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16036135364971845959:org.eclipse.hawk.svn.SvnManager:false 14:58:15.523 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.524 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:15.525 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:15.527 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit163232130825299387/test_afterAnnotated[LevelDB GreyCat] 14:58:15.528 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:16.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:16.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:16.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:58:16.158 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.158 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.160 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:16.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:16.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:16.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:16.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:58:16.160 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:16.161 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:16.161 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:58:16.164 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.164 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:58:16.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:58:16.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:58:16.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:58:16.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:58:16.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:58:16.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:58:16.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:58:16.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:58:16.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:58:16.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:58:16.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:58:16.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:58:16.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:58:16.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:58:16.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:58:16.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:58:16.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:58:16.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:58:16.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:58:16.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:58:16.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:58:16.175 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:58:16.175 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:58:16.178 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:16.178 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.178 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:58:16.180 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.180 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:58:16.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:58:16.183 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:58:16.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 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:58:16.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 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:58:16.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 14:58:16.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 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:58:16.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:58:16.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 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:16.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[] 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:58:16.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:58:16.214 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:16.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:58:16.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.218 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:16.219 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:16.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#parentLabel (isMany=false|isOrdered=false|isUnique=false|type=String) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; No username/password recorded for the repository file:///tmp/hawkSvnRepo6395052821856997522 14:58:24.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6395052821856997522:org.eclipse.hawk.svn.SvnManager:false 14:58:24.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:24.109 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:24.118 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:24.118 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:24.118 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:24.118 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:24.118 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:24.120 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:24.120 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:58:24.120 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:24.120 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:24.122 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:24.122 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:58:24.125 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842695538) of file:///tmp/hawkSvnRepo6395052821856997522 14:58:24.126 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:24.131 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:24.131 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:24.139 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:24.139 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:24.139 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:24.139 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:58:24.144 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:58:24.150 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:24.150 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:58:24.150 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:24.150 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:58:24.150 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:24.150 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:24.150 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:24.150 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:24.150 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:24.150 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:24.150 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:24.150 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:24.150 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 14:58:24.151 [pool-60-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:58:24.156 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:58:24.157 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:24.157 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:58:24.157 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842696235) of file:///tmp/hawkSvnRepo6395052821856997522 14:58:24.157 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:24.214 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:24.214 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:24.220 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:24.220 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:24.220 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:58:24.221 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:58:24.221 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:24.221 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:24.221 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:24.229 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:58:24.229 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:24.229 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:24.229 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:24.229 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:24.229 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:24.229 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:24.229 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:24.230 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:24.230 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 14:58:24.239 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 14:58:24.239 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:24.239 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 14:58:24.240 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842698112) of file:///tmp/hawkSvnRepo6395052821856997522 14:58:24.240 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:24.241 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:24.241 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:24.247 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:24.247 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:24.247 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:24.247 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:58:24.247 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:24.247 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:24.247 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:24.248 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:58:24.249 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 0s73ms [proxy update] 14:58:24.321 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842700115) of file:///tmp/hawkSvnRepo6395052821856997522 14:58:24.321 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:24.323 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:24.323 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:24.328 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:24.328 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:24.328 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:24.328 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:58:24.329 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:24.329 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:24.329 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:24.329 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:58:24.329 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:24.329 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:24.329 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:24.329 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:24.330 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:24.330 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:58:24.330 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:24.330 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:24.330 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:24.330 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:58:24.330 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 0s13ms [proxy update] 14:58:24.342 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842702108) of file:///tmp/hawkSvnRepo6395052821856997522 14:58:24.342 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:24.342 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 233 ms 14:58:24.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:24.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6395052821856997522:org.eclipse.hawk.svn.SvnManager:false 14:58:24.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:24.346 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:24.347 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:24.348 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5099726918370213377/test_eContainerDerived[LevelDB GreyCat] 14:58:24.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:26.168 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:26.169 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:26.169 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:58:26.169 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:26.169 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:26.171 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:26.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:26.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:26.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:26.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:58:26.172 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:26.172 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:26.172 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:58:26.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:26.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:26.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:58:26.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:58:26.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:58:26.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:58:26.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:58:26.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:58:26.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:58:26.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:58:26.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:58:26.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:58:26.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:58:26.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:58:26.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:58:26.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:58:26.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:58:26.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:58:26.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:58:26.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:58:26.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:58:26.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:58:26.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:58:26.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:58:26.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:58:26.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:58:26.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:58:26.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:58:26.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:58:26.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:58:26.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:58:26.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:58:26.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:58:26.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:58:26.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:58:26.225 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:26.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:26.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:58:26.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:26.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:58:26.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:58:26.231 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:58:26.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:26.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:26.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:26.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:58:26.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:26.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:26.328 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:26.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:26.329 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14203393527791605533 14:58:31.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14203393527791605533:org.eclipse.hawk.svn.SvnManager:false 14:58:31.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:31.108 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:31.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:31.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:31.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:31.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:31.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:31.118 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:31.118 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:58:31.118 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:31.118 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:31.119 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:31.120 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:58:31.121 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842705112) of file:///tmp/hawkSvnRepo14203393527791605533 14:58:31.122 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:31.125 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:31.125 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:31.132 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:31.132 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:31.134 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:31.134 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:58:31.139 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:58:31.142 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:31.142 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:58:31.142 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:31.142 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:58:31.142 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:31.142 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:31.142 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:31.142 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:31.142 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:31.143 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:58:31.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:31.143 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:31.143 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:31.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:31.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842706345) of file:///tmp/hawkSvnRepo14203393527791605533 14:58:31.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:31.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 35 ms No username/password recorded for the repository file:///tmp/hawkSvnRepo12390144342517166918 14:58:31.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12390144342517166918:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo14203393527791605533:org.eclipse.hawk.svn.SvnManager:false 14:58:31.146 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:31.146 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:31.149 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842704359) of file:///tmp/hawkSvnRepo12390144342517166918 14:58:31.150 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:31.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:31.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:31.218 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /main.xmi... 14:58:31.218 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:31.218 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:31.218 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /main.xmi... 14:58:31.220 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /main.xmi 14:58:31.223 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:31.223 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /main.xmi 14:58:31.223 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:31.223 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /main.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...14:58:31.223 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:31.223 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:31.223 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:31.223 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:31.223 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:31.224 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:58:31.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:31.224 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:31.224 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:31.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:31.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842709119) of file:///tmp/hawkSvnRepo12390144342517166918 14:58:31.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:31.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms 14:58:31.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:31.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12390144342517166918:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo14203393527791605533:org.eclipse.hawk.svn.SvnManager:false 14:58:31.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:31.234 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:31.235 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:31.236 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16860074613229138928/test_testCounts[LevelDB GreyCat] 14:58:31.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:31.361 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:31.362 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:31.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:58:31.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:31.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:31.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:31.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:31.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:31.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:31.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:58:31.416 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:31.416 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:31.416 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:58:31.420 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:31.420 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:31.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:58:31.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:58:31.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:58:31.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:58:31.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:58:31.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:58:31.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:58:31.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 14:58:31.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:58:31.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:58:31.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:58:31.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:58:31.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:58:31.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:58:31.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:58:31.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 14:58:31.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:58:31.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:58:31.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:58:31.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:58:31.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:58:31.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:58:31.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:58:31.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:58:31.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:58:31.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:58:31.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:58:31.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:58:31.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:58:31.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:58:31.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:58:31.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:58:31.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:58:31.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:31.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:31.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:58:31.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:31.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:58:31.523 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:58:31.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 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:31.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 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:31.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 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:58:31.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 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:58:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:58:31.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 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:58:31.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 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:58:31.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 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:58:31.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:58:31.527 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:31.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:31.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:58:31.528 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:31.528 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:31.531 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:31.532 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:31.532 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:31.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 131 bytes 14:58:31.621 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:31.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, size=131, fileKey=(dev=804,ino=1777393727) 14:58:31.622 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin 14:58:31.623 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2' 14:58:31.624 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 14:58:31.624 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 14:58:31.625 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null' 14:58:31.625 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 14:58:31.632 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128 14:58:31.632 [main] DEBUG org.eclipse.jgit.util.FS - Exception caught during execution of command '[/usr/bin/git, config, --system, --show-origin, --list, -z]' in '/usr/bin', return code '128', error message 'fatal: unable to read config file '/etc/gitconfig': No such file or directory ' 14:58:31.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 14:58:31.632 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig] 14:58:31.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:31.637481000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711637481000 ns, racy<=2500000000 ns 14:58:31.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:31.637481000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711637481000 ns, racy<=2500000000 ns 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:31.637481000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711637481000 ns, racy<=2500000000 ns 14:58:31.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:31.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:31.637481000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711637481000 ns, racy<=2500000000 ns 14:58:31.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:31.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:31.637481000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711637481000 ns, racy<=2500000000 ns 14:58:31.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:31.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:31.637481000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711637481000 ns, racy<=2500000000 ns 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:31.637481000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711637481000 ns, racy<=2500000000 ns 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:31.637481000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711637481000 ns, racy<=2500000000 ns 14:58:31.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:31.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:31.637481000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711637481000 ns, racy<=2500000000 ns 14:58:31.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:31.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:31.655451000, lastModified=2023-03-26 14:58:31.653633000, size=23, fileKey=(dev=100075,ino=1535251151) 14:58:31.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:31.717458000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:31.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:31.718427000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:31.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:31.718931000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:31.719 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.719 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.719 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.719 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.719 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.718931000, lastModified=2023-03-26 14:58:31.715634000, delta=3297000 ns, racy<=2500000000 ns 14:58:31.719 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is racily clean 14:58:31.719 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:31.719349000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:31.719 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.719349000, lastModified=2023-03-26 14:58:31.715634000, delta=3715000 ns, racy<=2500000000 ns 14:58:31.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.719349000, lastModified=2023-03-26 14:58:31.715634000, delta=3715000 ns, racy<=2500000000 ns 14:58:31.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is racily clean 14:58:31.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:31.728445000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:31.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.728445000, lastModified=2023-03-26 14:58:31.715634000, delta=12811000 ns, racy<=2500000000 ns 14:58:31.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.728445000, lastModified=2023-03-26 14:58:31.715634000, delta=12811000 ns, racy<=2500000000 ns 14:58:31.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is racily clean 14:58:31.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:31.734552000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:31.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.734552000, lastModified=2023-03-26 14:58:31.715634000, delta=18918000 ns, racy<=2500000000 ns 14:58:31.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.734552000, lastModified=2023-03-26 14:58:31.715634000, delta=18918000 ns, racy<=2500000000 ns 14:58:31.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is racily clean 14:58:31.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:31.735906000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:31.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.735906000, lastModified=2023-03-26 14:58:31.715634000, delta=20272000 ns, racy<=2500000000 ns 14:58:31.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.735906000, lastModified=2023-03-26 14:58:31.715634000, delta=20272000 ns, racy<=2500000000 ns 14:58:31.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is racily clean 14:58:31.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:31.737978000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:31.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.737978000, lastModified=2023-03-26 14:58:31.715634000, delta=22344000 ns, racy<=2500000000 ns 14:58:31.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.737978000, lastModified=2023-03-26 14:58:31.715634000, delta=22344000 ns, racy<=2500000000 ns 14:58:31.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is racily clean 14:58:31.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:31.741378000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:31.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.741378000, lastModified=2023-03-26 14:58:31.715634000, delta=25744000 ns, racy<=2500000000 ns 14:58:31.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:58:31.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, size=6, fileKey=(dev=100075,ino=1544555092) 14:58:31.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:31.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:31.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:31.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:31.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit8570938890232096116/.git/objects 14:58:31.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit8570938890232096116/.git/objects; got PT0.000004S 14:58:31.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit8570938890232096116/.git/objects 14:58:31.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.745785000, lastModified=2023-03-26 14:58:31.744634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.744634000 to 2023-03-26 14:58:31.749634000 14:58:31.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.750781000, lastModified=2023-03-26 14:58:31.749634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.750781000, lastModified=2023-03-26 14:58:31.749634000, delta=1147000 ns, racy<=10000 ns 14:58:31.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.754616000, lastModified=2023-03-26 14:58:31.753634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.754616000, lastModified=2023-03-26 14:58:31.753634000, delta=982000 ns, racy<=10000 ns 14:58:31.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.756717000, lastModified=2023-03-26 14:58:31.753634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.753634000 to 2023-03-26 14:58:31.755634000 14:58:31.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.757164000, lastModified=2023-03-26 14:58:31.755634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.757164000, lastModified=2023-03-26 14:58:31.755634000, delta=1530000 ns, racy<=10000 ns 14:58:31.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.759077000, lastModified=2023-03-26 14:58:31.757634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.759077000, lastModified=2023-03-26 14:58:31.757634000, delta=1443000 ns, racy<=10000 ns 14:58:31.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.761058000, lastModified=2023-03-26 14:58:31.757634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.757634000 to 2023-03-26 14:58:31.759634000 14:58:31.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.761460000, lastModified=2023-03-26 14:58:31.759634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.759634000 to 2023-03-26 14:58:31.760634000 14:58:31.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.763350000, lastModified=2023-03-26 14:58:31.761634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.761634000 to 2023-03-26 14:58:31.762634000 14:58:31.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.765266000, lastModified=2023-03-26 14:58:31.762634000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.762634000 to 2023-03-26 14:58:31.763634000 14:58:31.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.765745000, lastModified=2023-03-26 14:58:31.764635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.765745000, lastModified=2023-03-26 14:58:31.764635000, delta=1110000 ns, racy<=10000 ns 14:58:31.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.767982000, lastModified=2023-03-26 14:58:31.766635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.767982000, lastModified=2023-03-26 14:58:31.766635000, delta=1347000 ns, racy<=10000 ns 14:58:31.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.815775000, lastModified=2023-03-26 14:58:31.812635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.812635000 to 2023-03-26 14:58:31.814635000 14:58:31.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.816260000, lastModified=2023-03-26 14:58:31.814635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.816260000, lastModified=2023-03-26 14:58:31.814635000, delta=1625000 ns, racy<=10000 ns 14:58:31.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.818184000, lastModified=2023-03-26 14:58:31.816635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.818184000, lastModified=2023-03-26 14:58:31.816635000, delta=1549000 ns, racy<=10000 ns 14:58:31.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.820191000, lastModified=2023-03-26 14:58:31.817635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.817635000 to 2023-03-26 14:58:31.818635000 14:58:31.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.820743000, lastModified=2023-03-26 14:58:31.819635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.820743000, lastModified=2023-03-26 14:58:31.819635000, delta=1108000 ns, racy<=10000 ns 14:58:31.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.822768000, lastModified=2023-03-26 14:58:31.821635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.822768000, lastModified=2023-03-26 14:58:31.821635000, delta=1133000 ns, racy<=10000 ns 14:58:31.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.824891000, lastModified=2023-03-26 14:58:31.821635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.821635000 to 2023-03-26 14:58:31.823635000 14:58:31.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.825286000, lastModified=2023-03-26 14:58:31.823635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.825286000, lastModified=2023-03-26 14:58:31.823635000, delta=1651000 ns, racy<=10000 ns 14:58:31.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.827290000, lastModified=2023-03-26 14:58:31.825635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.827290000, lastModified=2023-03-26 14:58:31.825635000, delta=1655000 ns, racy<=10000 ns 14:58:31.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.829341000, lastModified=2023-03-26 14:58:31.826635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.826635000 to 2023-03-26 14:58:31.828635000 14:58:31.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.829707000, lastModified=2023-03-26 14:58:31.828635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.829707000, lastModified=2023-03-26 14:58:31.828635000, delta=1072000 ns, racy<=10000 ns 14:58:31.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.831674000, lastModified=2023-03-26 14:58:31.830635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.831674000, lastModified=2023-03-26 14:58:31.830635000, delta=1039000 ns, racy<=10000 ns 14:58:31.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.833585000, lastModified=2023-03-26 14:58:31.830635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.830635000 to 2023-03-26 14:58:31.832635000 14:58:31.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.833911000, lastModified=2023-03-26 14:58:31.832635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.833911000, lastModified=2023-03-26 14:58:31.832635000, delta=1276000 ns, racy<=10000 ns 14:58:31.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.835829000, lastModified=2023-03-26 14:58:31.834635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.835829000, lastModified=2023-03-26 14:58:31.834635000, delta=1194000 ns, racy<=10000 ns 14:58:31.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.837818000, lastModified=2023-03-26 14:58:31.834635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.834635000 to 2023-03-26 14:58:31.836635000 14:58:31.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.838302000, lastModified=2023-03-26 14:58:31.836635000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.836635000 to 2023-03-26 14:58:31.837636000 14:58:31.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.840330000, lastModified=2023-03-26 14:58:31.838636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.840330000, lastModified=2023-03-26 14:58:31.838636000, delta=1694000 ns, racy<=10000 ns 14:58:31.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.842264000, lastModified=2023-03-26 14:58:31.839636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.839636000 to 2023-03-26 14:58:31.840636000 14:58:31.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.842659000, lastModified=2023-03-26 14:58:31.841636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.842659000, lastModified=2023-03-26 14:58:31.841636000, delta=1023000 ns, racy<=10000 ns 14:58:31.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.844618000, lastModified=2023-03-26 14:58:31.843636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.844618000, lastModified=2023-03-26 14:58:31.843636000, delta=982000 ns, racy<=10000 ns 14:58:31.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.846450000, lastModified=2023-03-26 14:58:31.843636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.843636000 to 2023-03-26 14:58:31.845636000 14:58:31.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.846854000, lastModified=2023-03-26 14:58:31.845636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.846854000, lastModified=2023-03-26 14:58:31.845636000, delta=1218000 ns, racy<=10000 ns 14:58:31.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.848884000, lastModified=2023-03-26 14:58:31.847636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.848884000, lastModified=2023-03-26 14:58:31.847636000, delta=1248000 ns, racy<=10000 ns 14:58:31.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.850877000, lastModified=2023-03-26 14:58:31.847636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.847636000 to 2023-03-26 14:58:31.849636000 14:58:31.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.851241000, lastModified=2023-03-26 14:58:31.849636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.851241000, lastModified=2023-03-26 14:58:31.849636000, delta=1605000 ns, racy<=10000 ns 14:58:31.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.853169000, lastModified=2023-03-26 14:58:31.851636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.853169000, lastModified=2023-03-26 14:58:31.851636000, delta=1533000 ns, racy<=10000 ns 14:58:31.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.855127000, lastModified=2023-03-26 14:58:31.851636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.851636000 to 2023-03-26 14:58:31.853636000 14:58:31.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.855428000, lastModified=2023-03-26 14:58:31.853636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.853636000 to 2023-03-26 14:58:31.854636000 14:58:31.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.857589000, lastModified=2023-03-26 14:58:31.856636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.857589000, lastModified=2023-03-26 14:58:31.856636000, delta=953000 ns, racy<=10000 ns 14:58:31.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.859542000, lastModified=2023-03-26 14:58:31.856636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.856636000 to 2023-03-26 14:58:31.858636000 14:58:31.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.859894000, lastModified=2023-03-26 14:58:31.858636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.859894000, lastModified=2023-03-26 14:58:31.858636000, delta=1258000 ns, racy<=10000 ns 14:58:31.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.861841000, lastModified=2023-03-26 14:58:31.860636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.861841000, lastModified=2023-03-26 14:58:31.860636000, delta=1205000 ns, racy<=10000 ns 14:58:31.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.863699000, lastModified=2023-03-26 14:58:31.860636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.860636000 to 2023-03-26 14:58:31.862636000 14:58:31.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.863984000, lastModified=2023-03-26 14:58:31.862636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.863984000, lastModified=2023-03-26 14:58:31.862636000, delta=1348000 ns, racy<=10000 ns 14:58:31.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.865858000, lastModified=2023-03-26 14:58:31.864636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.865858000, lastModified=2023-03-26 14:58:31.864636000, delta=1222000 ns, racy<=10000 ns 14:58:31.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.867687000, lastModified=2023-03-26 14:58:31.864636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.864636000 to 2023-03-26 14:58:31.866636000 14:58:31.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.868003000, lastModified=2023-03-26 14:58:31.866636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.868003000, lastModified=2023-03-26 14:58:31.866636000, delta=1367000 ns, racy<=10000 ns 14:58:31.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.869891000, lastModified=2023-03-26 14:58:31.868636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.869891000, lastModified=2023-03-26 14:58:31.868636000, delta=1255000 ns, racy<=10000 ns 14:58:31.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.871830000, lastModified=2023-03-26 14:58:31.868636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.868636000 to 2023-03-26 14:58:31.870636000 14:58:31.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.872209000, lastModified=2023-03-26 14:58:31.870636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.872209000, lastModified=2023-03-26 14:58:31.870636000, delta=1573000 ns, racy<=10000 ns 14:58:31.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.874063000, lastModified=2023-03-26 14:58:31.872636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.874063000, lastModified=2023-03-26 14:58:31.872636000, delta=1427000 ns, racy<=10000 ns 14:58:31.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.875913000, lastModified=2023-03-26 14:58:31.872636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.872636000 to 2023-03-26 14:58:31.874636000 14:58:31.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.876214000, lastModified=2023-03-26 14:58:31.874636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.876214000, lastModified=2023-03-26 14:58:31.874636000, delta=1578000 ns, racy<=10000 ns 14:58:31.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.878041000, lastModified=2023-03-26 14:58:31.876636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.878041000, lastModified=2023-03-26 14:58:31.876636000, delta=1405000 ns, racy<=10000 ns 14:58:31.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.879884000, lastModified=2023-03-26 14:58:31.876636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.876636000 to 2023-03-26 14:58:31.878636000 14:58:31.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.880174000, lastModified=2023-03-26 14:58:31.878636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.880174000, lastModified=2023-03-26 14:58:31.878636000, delta=1538000 ns, racy<=10000 ns 14:58:31.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.882084000, lastModified=2023-03-26 14:58:31.880636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.882084000, lastModified=2023-03-26 14:58:31.880636000, delta=1448000 ns, racy<=10000 ns 14:58:31.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.914711000, lastModified=2023-03-26 14:58:31.880636000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.880636000 to 2023-03-26 14:58:31.913637000 14:58:31.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.915201000, lastModified=2023-03-26 14:58:31.913637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.915201000, lastModified=2023-03-26 14:58:31.913637000, delta=1564000 ns, racy<=10000 ns 14:58:31.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.917221000, lastModified=2023-03-26 14:58:31.915637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.917221000, lastModified=2023-03-26 14:58:31.915637000, delta=1584000 ns, racy<=10000 ns 14:58:31.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.919112000, lastModified=2023-03-26 14:58:31.916637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.916637000 to 2023-03-26 14:58:31.917637000 14:58:31.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.919422000, lastModified=2023-03-26 14:58:31.917637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.917637000 to 2023-03-26 14:58:31.918637000 14:58:31.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.921301000, lastModified=2023-03-26 14:58:31.919637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.921301000, lastModified=2023-03-26 14:58:31.919637000, delta=1664000 ns, racy<=10000 ns 14:58:31.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.923205000, lastModified=2023-03-26 14:58:31.920637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.920637000 to 2023-03-26 14:58:31.921637000 14:58:31.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.923477000, lastModified=2023-03-26 14:58:31.921637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.921637000 to 2023-03-26 14:58:31.922637000 14:58:31.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.925329000, lastModified=2023-03-26 14:58:31.923637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.925329000, lastModified=2023-03-26 14:58:31.923637000, delta=1692000 ns, racy<=10000 ns 14:58:31.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.927223000, lastModified=2023-03-26 14:58:31.924637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.924637000 to 2023-03-26 14:58:31.925637000 14:58:31.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.927510000, lastModified=2023-03-26 14:58:31.925637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.925637000 to 2023-03-26 14:58:31.926637000 14:58:31.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.929404000, lastModified=2023-03-26 14:58:31.927637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.927637000 to 2023-03-26 14:58:31.928637000 14:58:31.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.931257000, lastModified=2023-03-26 14:58:31.928637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.928637000 to 2023-03-26 14:58:31.929637000 14:58:31.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.931552000, lastModified=2023-03-26 14:58:31.929637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.929637000 to 2023-03-26 14:58:31.930637000 14:58:31.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.933418000, lastModified=2023-03-26 14:58:31.931637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.931637000 to 2023-03-26 14:58:31.932637000 14:58:31.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.935281000, lastModified=2023-03-26 14:58:31.932637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.932637000 to 2023-03-26 14:58:31.933637000 14:58:31.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.935595000, lastModified=2023-03-26 14:58:31.934637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.935595000, lastModified=2023-03-26 14:58:31.934637000, delta=958000 ns, racy<=10000 ns 14:58:31.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.937488000, lastModified=2023-03-26 14:58:31.935637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.935637000 to 2023-03-26 14:58:31.936637000 14:58:31.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.939345000, lastModified=2023-03-26 14:58:31.936637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.936637000 to 2023-03-26 14:58:31.938637000 14:58:31.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.939861000, lastModified=2023-03-26 14:58:31.938637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.939861000, lastModified=2023-03-26 14:58:31.938637000, delta=1224000 ns, racy<=10000 ns 14:58:31.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.941690000, lastModified=2023-03-26 14:58:31.940637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.941690000, lastModified=2023-03-26 14:58:31.940637000, delta=1053000 ns, racy<=10000 ns 14:58:31.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.943514000, lastModified=2023-03-26 14:58:31.940637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.940637000 to 2023-03-26 14:58:31.942637000 14:58:31.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.943862000, lastModified=2023-03-26 14:58:31.942637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.943862000, lastModified=2023-03-26 14:58:31.942637000, delta=1225000 ns, racy<=10000 ns 14:58:31.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.945693000, lastModified=2023-03-26 14:58:31.944637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.945693000, lastModified=2023-03-26 14:58:31.944637000, delta=1056000 ns, racy<=10000 ns 14:58:31.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.947590000, lastModified=2023-03-26 14:58:31.944637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.944637000 to 2023-03-26 14:58:31.946637000 14:58:31.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.947922000, lastModified=2023-03-26 14:58:31.946637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.947922000, lastModified=2023-03-26 14:58:31.946637000, delta=1285000 ns, racy<=10000 ns 14:58:31.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.949661000, lastModified=2023-03-26 14:58:31.948637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.949661000, lastModified=2023-03-26 14:58:31.948637000, delta=1024000 ns, racy<=10000 ns 14:58:31.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.951465000, lastModified=2023-03-26 14:58:31.948637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.948637000 to 2023-03-26 14:58:31.950637000 14:58:31.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.951774000, lastModified=2023-03-26 14:58:31.950637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.951774000, lastModified=2023-03-26 14:58:31.950637000, delta=1137000 ns, racy<=10000 ns 14:58:31.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.953633000, lastModified=2023-03-26 14:58:31.952637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.953633000, lastModified=2023-03-26 14:58:31.952637000, delta=996000 ns, racy<=10000 ns 14:58:31.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.955462000, lastModified=2023-03-26 14:58:31.952637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.952637000 to 2023-03-26 14:58:31.954637000 14:58:31.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.955754000, lastModified=2023-03-26 14:58:31.954637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.955754000, lastModified=2023-03-26 14:58:31.954637000, delta=1117000 ns, racy<=10000 ns 14:58:31.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.957659000, lastModified=2023-03-26 14:58:31.956637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.957659000, lastModified=2023-03-26 14:58:31.956637000, delta=1022000 ns, racy<=10000 ns 14:58:31.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.959468000, lastModified=2023-03-26 14:58:31.956637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.956637000 to 2023-03-26 14:58:31.958637000 14:58:31.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.959799000, lastModified=2023-03-26 14:58:31.958637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.959799000, lastModified=2023-03-26 14:58:31.958637000, delta=1162000 ns, racy<=10000 ns 14:58:31.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.961601000, lastModified=2023-03-26 14:58:31.960637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.961601000, lastModified=2023-03-26 14:58:31.960637000, delta=964000 ns, racy<=10000 ns 14:58:31.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.963380000, lastModified=2023-03-26 14:58:31.960637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.960637000 to 2023-03-26 14:58:31.961637000 14:58:31.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.963648000, lastModified=2023-03-26 14:58:31.962637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.963648000, lastModified=2023-03-26 14:58:31.962637000, delta=1011000 ns, racy<=10000 ns 14:58:31.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.965433000, lastModified=2023-03-26 14:58:31.963637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.963637000 to 2023-03-26 14:58:31.964637000 14:58:31.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.967150000, lastModified=2023-03-26 14:58:31.964637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.964637000 to 2023-03-26 14:58:31.965637000 14:58:31.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.967462000, lastModified=2023-03-26 14:58:31.965637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.965637000 to 2023-03-26 14:58:31.966637000 14:58:31.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.969262000, lastModified=2023-03-26 14:58:31.967637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.969262000, lastModified=2023-03-26 14:58:31.967637000, delta=1625000 ns, racy<=10000 ns 14:58:31.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.971018000, lastModified=2023-03-26 14:58:31.967637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.967637000 to 2023-03-26 14:58:31.969637000 14:58:31.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.971246000, lastModified=2023-03-26 14:58:31.969637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.971246000, lastModified=2023-03-26 14:58:31.969637000, delta=1609000 ns, racy<=10000 ns 14:58:31.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.972967000, lastModified=2023-03-26 14:58:31.971637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.972967000, lastModified=2023-03-26 14:58:31.971637000, delta=1330000 ns, racy<=10000 ns 14:58:31.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.974753000, lastModified=2023-03-26 14:58:31.971637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.971637000 to 2023-03-26 14:58:31.973637000 14:58:31.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.975033000, lastModified=2023-03-26 14:58:31.973637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.975033000, lastModified=2023-03-26 14:58:31.973637000, delta=1396000 ns, racy<=10000 ns 14:58:31.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.976919000, lastModified=2023-03-26 14:58:31.975637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.976919000, lastModified=2023-03-26 14:58:31.975637000, delta=1282000 ns, racy<=10000 ns 14:58:31.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.978621000, lastModified=2023-03-26 14:58:31.975637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.975637000 to 2023-03-26 14:58:31.977637000 14:58:31.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.978847000, lastModified=2023-03-26 14:58:31.977637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.978847000, lastModified=2023-03-26 14:58:31.977637000, delta=1210000 ns, racy<=10000 ns 14:58:31.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.980859000, lastModified=2023-03-26 14:58:31.979637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:31.980859000, lastModified=2023-03-26 14:58:31.979637000, delta=1222000 ns, racy<=10000 ns 14:58:31.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:31.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:31.982946000, lastModified=2023-03-26 14:58:31.979637000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:31.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:31.979637000 to 2023-03-26 14:58:31.981637000 14:58:32.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.013935000, lastModified=2023-03-26 14:58:32.012638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.013935000, lastModified=2023-03-26 14:58:32.012638000, delta=1297000 ns, racy<=10000 ns 14:58:32.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.015831000, lastModified=2023-03-26 14:58:32.014638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.015831000, lastModified=2023-03-26 14:58:32.014638000, delta=1193000 ns, racy<=10000 ns 14:58:32.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.017574000, lastModified=2023-03-26 14:58:32.014638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.014638000 to 2023-03-26 14:58:32.016638000 14:58:32.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.017808000, lastModified=2023-03-26 14:58:32.016638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.017808000, lastModified=2023-03-26 14:58:32.016638000, delta=1170000 ns, racy<=10000 ns 14:58:32.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.019591000, lastModified=2023-03-26 14:58:32.018638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.019591000, lastModified=2023-03-26 14:58:32.018638000, delta=953000 ns, racy<=10000 ns 14:58:32.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.021308000, lastModified=2023-03-26 14:58:32.018638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.018638000 to 2023-03-26 14:58:32.020638000 14:58:32.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.021693000, lastModified=2023-03-26 14:58:32.020638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.021693000, lastModified=2023-03-26 14:58:32.020638000, delta=1055000 ns, racy<=10000 ns 14:58:32.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.023534000, lastModified=2023-03-26 14:58:32.021638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.021638000 to 2023-03-26 14:58:32.022638000 14:58:32.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.025449000, lastModified=2023-03-26 14:58:32.022638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.022638000 to 2023-03-26 14:58:32.024638000 14:58:32.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.025755000, lastModified=2023-03-26 14:58:32.024638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.025755000, lastModified=2023-03-26 14:58:32.024638000, delta=1117000 ns, racy<=10000 ns 14:58:32.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.027724000, lastModified=2023-03-26 14:58:32.026638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.027724000, lastModified=2023-03-26 14:58:32.026638000, delta=1086000 ns, racy<=10000 ns 14:58:32.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.029950000, lastModified=2023-03-26 14:58:32.026638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.026638000 to 2023-03-26 14:58:32.028638000 14:58:32.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.030263000, lastModified=2023-03-26 14:58:32.028638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.030263000, lastModified=2023-03-26 14:58:32.028638000, delta=1625000 ns, racy<=10000 ns 14:58:32.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.032250000, lastModified=2023-03-26 14:58:32.030638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.032250000, lastModified=2023-03-26 14:58:32.030638000, delta=1612000 ns, racy<=10000 ns 14:58:32.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.034187000, lastModified=2023-03-26 14:58:32.030638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.030638000 to 2023-03-26 14:58:32.032638000 14:58:32.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.034434000, lastModified=2023-03-26 14:58:32.032638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.032638000 to 2023-03-26 14:58:32.033638000 14:58:32.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.036422000, lastModified=2023-03-26 14:58:32.034638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.034638000 to 2023-03-26 14:58:32.035638000 14:58:32.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.038619000, lastModified=2023-03-26 14:58:32.035638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.035638000 to 2023-03-26 14:58:32.037638000 14:58:32.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.038872000, lastModified=2023-03-26 14:58:32.037638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.038872000, lastModified=2023-03-26 14:58:32.037638000, delta=1234000 ns, racy<=10000 ns 14:58:32.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.040689000, lastModified=2023-03-26 14:58:32.039638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.040689000, lastModified=2023-03-26 14:58:32.039638000, delta=1051000 ns, racy<=10000 ns 14:58:32.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.042486000, lastModified=2023-03-26 14:58:32.039638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.039638000 to 2023-03-26 14:58:32.041638000 14:58:32.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.042742000, lastModified=2023-03-26 14:58:32.041638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.042742000, lastModified=2023-03-26 14:58:32.041638000, delta=1104000 ns, racy<=10000 ns 14:58:32.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.044581000, lastModified=2023-03-26 14:58:32.043638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.044581000, lastModified=2023-03-26 14:58:32.043638000, delta=943000 ns, racy<=10000 ns 14:58:32.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.046293000, lastModified=2023-03-26 14:58:32.043638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.043638000 to 2023-03-26 14:58:32.044638000 14:58:32.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.055906000, lastModified=2023-03-26 14:58:32.054638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.055906000, lastModified=2023-03-26 14:58:32.054638000, delta=1268000 ns, racy<=10000 ns 14:58:32.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.057970000, lastModified=2023-03-26 14:58:32.056638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.057970000, lastModified=2023-03-26 14:58:32.056638000, delta=1332000 ns, racy<=10000 ns 14:58:32.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.059935000, lastModified=2023-03-26 14:58:32.056638000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.056638000 to 2023-03-26 14:58:32.058639000 14:58:32.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.060314000, lastModified=2023-03-26 14:58:32.058639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.060314000, lastModified=2023-03-26 14:58:32.058639000, delta=1675000 ns, racy<=10000 ns 14:58:32.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.062396000, lastModified=2023-03-26 14:58:32.060639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.062396000, lastModified=2023-03-26 14:58:32.060639000, delta=1757000 ns, racy<=10000 ns 14:58:32.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.064562000, lastModified=2023-03-26 14:58:32.061639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.061639000 to 2023-03-26 14:58:32.063639000 14:58:32.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.064821000, lastModified=2023-03-26 14:58:32.063639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.064821000, lastModified=2023-03-26 14:58:32.063639000, delta=1182000 ns, racy<=10000 ns 14:58:32.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.066857000, lastModified=2023-03-26 14:58:32.065639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.066857000, lastModified=2023-03-26 14:58:32.065639000, delta=1218000 ns, racy<=10000 ns 14:58:32.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.068723000, lastModified=2023-03-26 14:58:32.065639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.065639000 to 2023-03-26 14:58:32.067639000 14:58:32.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.068978000, lastModified=2023-03-26 14:58:32.067639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.068978000, lastModified=2023-03-26 14:58:32.067639000, delta=1339000 ns, racy<=10000 ns 14:58:32.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.071031000, lastModified=2023-03-26 14:58:32.069639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.071031000, lastModified=2023-03-26 14:58:32.069639000, delta=1392000 ns, racy<=10000 ns 14:58:32.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.072908000, lastModified=2023-03-26 14:58:32.069639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.069639000 to 2023-03-26 14:58:32.071639000 14:58:32.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.073195000, lastModified=2023-03-26 14:58:32.071639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.073195000, lastModified=2023-03-26 14:58:32.071639000, delta=1556000 ns, racy<=10000 ns 14:58:32.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.075392000, lastModified=2023-03-26 14:58:32.073639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.075392000, lastModified=2023-03-26 14:58:32.073639000, delta=1753000 ns, racy<=10000 ns 14:58:32.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.077272000, lastModified=2023-03-26 14:58:32.074639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.074639000 to 2023-03-26 14:58:32.075639000 14:58:32.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.077481000, lastModified=2023-03-26 14:58:32.075639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.075639000 to 2023-03-26 14:58:32.076639000 14:58:32.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.079439000, lastModified=2023-03-26 14:58:32.077639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.077639000 to 2023-03-26 14:58:32.078639000 14:58:32.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.081712000, lastModified=2023-03-26 14:58:32.078639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.078639000 to 2023-03-26 14:58:32.080639000 14:58:32.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.081962000, lastModified=2023-03-26 14:58:32.080639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.081962000, lastModified=2023-03-26 14:58:32.080639000, delta=1323000 ns, racy<=10000 ns 14:58:32.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.084027000, lastModified=2023-03-26 14:58:32.082639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.084027000, lastModified=2023-03-26 14:58:32.082639000, delta=1388000 ns, racy<=10000 ns 14:58:32.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.086273000, lastModified=2023-03-26 14:58:32.082639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.082639000 to 2023-03-26 14:58:32.084639000 14:58:32.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.086610000, lastModified=2023-03-26 14:58:32.085639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.086610000, lastModified=2023-03-26 14:58:32.085639000, delta=971000 ns, racy<=10000 ns 14:58:32.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.088522000, lastModified=2023-03-26 14:58:32.086639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.086639000 to 2023-03-26 14:58:32.087639000 14:58:32.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.090406000, lastModified=2023-03-26 14:58:32.087639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.087639000 to 2023-03-26 14:58:32.089639000 14:58:32.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.090718000, lastModified=2023-03-26 14:58:32.089639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.090718000, lastModified=2023-03-26 14:58:32.089639000, delta=1079000 ns, racy<=10000 ns 14:58:32.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.092623000, lastModified=2023-03-26 14:58:32.091639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.092623000, lastModified=2023-03-26 14:58:32.091639000, delta=984000 ns, racy<=10000 ns 14:58:32.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.094584000, lastModified=2023-03-26 14:58:32.091639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.091639000 to 2023-03-26 14:58:32.093639000 14:58:32.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.094933000, lastModified=2023-03-26 14:58:32.093639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.094933000, lastModified=2023-03-26 14:58:32.093639000, delta=1294000 ns, racy<=10000 ns 14:58:32.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.096842000, lastModified=2023-03-26 14:58:32.095639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.096842000, lastModified=2023-03-26 14:58:32.095639000, delta=1203000 ns, racy<=10000 ns 14:58:32.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.098695000, lastModified=2023-03-26 14:58:32.095639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.095639000 to 2023-03-26 14:58:32.097639000 14:58:32.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.098964000, lastModified=2023-03-26 14:58:32.097639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.098964000, lastModified=2023-03-26 14:58:32.097639000, delta=1325000 ns, racy<=10000 ns 14:58:32.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.100832000, lastModified=2023-03-26 14:58:32.099639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.100832000, lastModified=2023-03-26 14:58:32.099639000, delta=1193000 ns, racy<=10000 ns 14:58:32.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.102615000, lastModified=2023-03-26 14:58:32.099639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.099639000 to 2023-03-26 14:58:32.101639000 14:58:32.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.102896000, lastModified=2023-03-26 14:58:32.101639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.102896000, lastModified=2023-03-26 14:58:32.101639000, delta=1257000 ns, racy<=10000 ns 14:58:32.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.104668000, lastModified=2023-03-26 14:58:32.103639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.104668000, lastModified=2023-03-26 14:58:32.103639000, delta=1029000 ns, racy<=10000 ns 14:58:32.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.106538000, lastModified=2023-03-26 14:58:32.103639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.103639000 to 2023-03-26 14:58:32.105639000 14:58:32.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.113934000, lastModified=2023-03-26 14:58:32.112639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.113934000, lastModified=2023-03-26 14:58:32.112639000, delta=1295000 ns, racy<=10000 ns 14:58:32.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.115834000, lastModified=2023-03-26 14:58:32.114639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.115834000, lastModified=2023-03-26 14:58:32.114639000, delta=1195000 ns, racy<=10000 ns 14:58:32.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.117696000, lastModified=2023-03-26 14:58:32.114639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.114639000 to 2023-03-26 14:58:32.116639000 14:58:32.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.118150000, lastModified=2023-03-26 14:58:32.116639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.118150000, lastModified=2023-03-26 14:58:32.116639000, delta=1511000 ns, racy<=10000 ns 14:58:32.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.120152000, lastModified=2023-03-26 14:58:32.118639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.120152000, lastModified=2023-03-26 14:58:32.118639000, delta=1513000 ns, racy<=10000 ns 14:58:32.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.122196000, lastModified=2023-03-26 14:58:32.118639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.118639000 to 2023-03-26 14:58:32.120639000 14:58:32.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.122411000, lastModified=2023-03-26 14:58:32.120639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.122411000, lastModified=2023-03-26 14:58:32.120639000, delta=1772000 ns, racy<=10000 ns 14:58:32.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.124348000, lastModified=2023-03-26 14:58:32.122639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.124348000, lastModified=2023-03-26 14:58:32.122639000, delta=1709000 ns, racy<=10000 ns 14:58:32.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.126654000, lastModified=2023-03-26 14:58:32.123639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.123639000 to 2023-03-26 14:58:32.125639000 14:58:32.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.126905000, lastModified=2023-03-26 14:58:32.125639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.126905000, lastModified=2023-03-26 14:58:32.125639000, delta=1266000 ns, racy<=10000 ns 14:58:32.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.129045000, lastModified=2023-03-26 14:58:32.127639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.129045000, lastModified=2023-03-26 14:58:32.127639000, delta=1406000 ns, racy<=10000 ns 14:58:32.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.131184000, lastModified=2023-03-26 14:58:32.127639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.127639000 to 2023-03-26 14:58:32.129639000 14:58:32.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.131395000, lastModified=2023-03-26 14:58:32.129639000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.131395000, lastModified=2023-03-26 14:58:32.129639000, delta=1756000 ns, racy<=10000 ns 14:58:32.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.133537000, lastModified=2023-03-26 14:58:32.131640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.131640000 to 2023-03-26 14:58:32.132640000 14:58:32.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.135627000, lastModified=2023-03-26 14:58:32.132640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.132640000 to 2023-03-26 14:58:32.134640000 14:58:32.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.135874000, lastModified=2023-03-26 14:58:32.134640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.135874000, lastModified=2023-03-26 14:58:32.134640000, delta=1234000 ns, racy<=10000 ns 14:58:32.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.138012000, lastModified=2023-03-26 14:58:32.136640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.138012000, lastModified=2023-03-26 14:58:32.136640000, delta=1372000 ns, racy<=10000 ns 14:58:32.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.139825000, lastModified=2023-03-26 14:58:32.136640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.136640000 to 2023-03-26 14:58:32.138640000 14:58:32.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.140153000, lastModified=2023-03-26 14:58:32.138640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.140153000, lastModified=2023-03-26 14:58:32.138640000, delta=1513000 ns, racy<=10000 ns 14:58:32.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.142063000, lastModified=2023-03-26 14:58:32.140640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.142063000, lastModified=2023-03-26 14:58:32.140640000, delta=1423000 ns, racy<=10000 ns 14:58:32.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.144223000, lastModified=2023-03-26 14:58:32.140640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.140640000 to 2023-03-26 14:58:32.142640000 14:58:32.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.144499000, lastModified=2023-03-26 14:58:32.142640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.142640000 to 2023-03-26 14:58:32.143640000 14:58:32.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.146468000, lastModified=2023-03-26 14:58:32.144640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.144640000 to 2023-03-26 14:58:32.145640000 14:58:32.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.148700000, lastModified=2023-03-26 14:58:32.145640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.145640000 to 2023-03-26 14:58:32.147640000 14:58:32.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.148916000, lastModified=2023-03-26 14:58:32.147640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.148916000, lastModified=2023-03-26 14:58:32.147640000, delta=1276000 ns, racy<=10000 ns 14:58:32.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.150912000, lastModified=2023-03-26 14:58:32.149640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.150912000, lastModified=2023-03-26 14:58:32.149640000, delta=1272000 ns, racy<=10000 ns 14:58:32.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.152963000, lastModified=2023-03-26 14:58:32.149640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.149640000 to 2023-03-26 14:58:32.151640000 14:58:32.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.153205000, lastModified=2023-03-26 14:58:32.151640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.153205000, lastModified=2023-03-26 14:58:32.151640000, delta=1565000 ns, racy<=10000 ns 14:58:32.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.155323000, lastModified=2023-03-26 14:58:32.153640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.155323000, lastModified=2023-03-26 14:58:32.153640000, delta=1683000 ns, racy<=10000 ns 14:58:32.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.157372000, lastModified=2023-03-26 14:58:32.153640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.153640000 to 2023-03-26 14:58:32.155640000 14:58:32.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.157629000, lastModified=2023-03-26 14:58:32.156640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.157629000, lastModified=2023-03-26 14:58:32.156640000, delta=989000 ns, racy<=10000 ns 14:58:32.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.159684000, lastModified=2023-03-26 14:58:32.158640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.159684000, lastModified=2023-03-26 14:58:32.158640000, delta=1044000 ns, racy<=10000 ns 14:58:32.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.161715000, lastModified=2023-03-26 14:58:32.158640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.158640000 to 2023-03-26 14:58:32.160640000 14:58:32.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.161968000, lastModified=2023-03-26 14:58:32.160640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.161968000, lastModified=2023-03-26 14:58:32.160640000, delta=1328000 ns, racy<=10000 ns 14:58:32.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.164218000, lastModified=2023-03-26 14:58:32.163640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.164218000, lastModified=2023-03-26 14:58:32.163640000, delta=578000 ns, racy<=10000 ns 14:58:32.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.166197000, lastModified=2023-03-26 14:58:32.163640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.163640000 to 2023-03-26 14:58:32.164640000 14:58:32.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.166666000, lastModified=2023-03-26 14:58:32.165640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.166666000, lastModified=2023-03-26 14:58:32.165640000, delta=1026000 ns, racy<=10000 ns 14:58:32.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.169184000, lastModified=2023-03-26 14:58:32.167640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.169184000, lastModified=2023-03-26 14:58:32.167640000, delta=1544000 ns, racy<=10000 ns 14:58:32.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.171327000, lastModified=2023-03-26 14:58:32.167640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.167640000 to 2023-03-26 14:58:32.169640000 14:58:32.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.171588000, lastModified=2023-03-26 14:58:32.170640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.171588000, lastModified=2023-03-26 14:58:32.170640000, delta=948000 ns, racy<=10000 ns 14:58:32.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.173867000, lastModified=2023-03-26 14:58:32.172640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.173867000, lastModified=2023-03-26 14:58:32.172640000, delta=1227000 ns, racy<=10000 ns 14:58:32.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.176117000, lastModified=2023-03-26 14:58:32.172640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.172640000 to 2023-03-26 14:58:32.174640000 14:58:32.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.176337000, lastModified=2023-03-26 14:58:32.174640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.176337000, lastModified=2023-03-26 14:58:32.174640000, delta=1697000 ns, racy<=10000 ns 14:58:32.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.178480000, lastModified=2023-03-26 14:58:32.176640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.176640000 to 2023-03-26 14:58:32.177640000 14:58:32.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.180301000, lastModified=2023-03-26 14:58:32.177640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.177640000 to 2023-03-26 14:58:32.178640000 14:58:32.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.180569000, lastModified=2023-03-26 14:58:32.179640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.180569000, lastModified=2023-03-26 14:58:32.179640000, delta=929000 ns, racy<=10000 ns 14:58:32.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.182370000, lastModified=2023-03-26 14:58:32.180640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.182370000, lastModified=2023-03-26 14:58:32.180640000, delta=1730000 ns, racy<=10000 ns 14:58:32.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.184144000, lastModified=2023-03-26 14:58:32.181640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.181640000 to 2023-03-26 14:58:32.182640000 14:58:32.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.184396000, lastModified=2023-03-26 14:58:32.182640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.184396000, lastModified=2023-03-26 14:58:32.182640000, delta=1756000 ns, racy<=10000 ns 14:58:32.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.186234000, lastModified=2023-03-26 14:58:32.184640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.186234000, lastModified=2023-03-26 14:58:32.184640000, delta=1594000 ns, racy<=10000 ns 14:58:32.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.188404000, lastModified=2023-03-26 14:58:32.184640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.184640000 to 2023-03-26 14:58:32.187640000 14:58:32.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.188713000, lastModified=2023-03-26 14:58:32.187640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.188713000, lastModified=2023-03-26 14:58:32.187640000, delta=1073000 ns, racy<=10000 ns 14:58:32.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.190820000, lastModified=2023-03-26 14:58:32.189640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.189640000 to 2023-03-26 14:58:32.190640000 14:58:32.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.194581000, lastModified=2023-03-26 14:58:32.191640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.191640000 to 2023-03-26 14:58:32.193640000 14:58:32.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.194900000, lastModified=2023-03-26 14:58:32.193640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.194900000, lastModified=2023-03-26 14:58:32.193640000, delta=1260000 ns, racy<=10000 ns 14:58:32.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.196590000, lastModified=2023-03-26 14:58:32.195640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.196590000, lastModified=2023-03-26 14:58:32.195640000, delta=950000 ns, racy<=10000 ns 14:58:32.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.198242000, lastModified=2023-03-26 14:58:32.195640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.195640000 to 2023-03-26 14:58:32.196640000 14:58:32.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.198440000, lastModified=2023-03-26 14:58:32.196640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.196640000 to 2023-03-26 14:58:32.197640000 14:58:32.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.200124000, lastModified=2023-03-26 14:58:32.198640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.200124000, lastModified=2023-03-26 14:58:32.198640000, delta=1484000 ns, racy<=10000 ns 14:58:32.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.202251000, lastModified=2023-03-26 14:58:32.198640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.198640000 to 2023-03-26 14:58:32.200640000 14:58:32.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.202567000, lastModified=2023-03-26 14:58:32.201640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.202567000, lastModified=2023-03-26 14:58:32.201640000, delta=927000 ns, racy<=10000 ns 14:58:32.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.204359000, lastModified=2023-03-26 14:58:32.202640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.202640000 to 2023-03-26 14:58:32.203640000 14:58:32.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.206597000, lastModified=2023-03-26 14:58:32.203640000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.203640000 to 2023-03-26 14:58:32.205641000 14:58:32.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.206905000, lastModified=2023-03-26 14:58:32.205641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.206905000, lastModified=2023-03-26 14:58:32.205641000, delta=1264000 ns, racy<=10000 ns 14:58:32.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.208723000, lastModified=2023-03-26 14:58:32.207641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.208723000, lastModified=2023-03-26 14:58:32.207641000, delta=1082000 ns, racy<=10000 ns 14:58:32.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.210956000, lastModified=2023-03-26 14:58:32.207641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.207641000 to 2023-03-26 14:58:32.209641000 14:58:32.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.211225000, lastModified=2023-03-26 14:58:32.209641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.211225000, lastModified=2023-03-26 14:58:32.209641000, delta=1584000 ns, racy<=10000 ns 14:58:32.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.212983000, lastModified=2023-03-26 14:58:32.211641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.212983000, lastModified=2023-03-26 14:58:32.211641000, delta=1342000 ns, racy<=10000 ns 14:58:32.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.214736000, lastModified=2023-03-26 14:58:32.211641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.211641000 to 2023-03-26 14:58:32.213641000 14:58:32.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.214944000, lastModified=2023-03-26 14:58:32.213641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.214944000, lastModified=2023-03-26 14:58:32.213641000, delta=1303000 ns, racy<=10000 ns 14:58:32.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.216739000, lastModified=2023-03-26 14:58:32.215641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.216739000, lastModified=2023-03-26 14:58:32.215641000, delta=1098000 ns, racy<=10000 ns 14:58:32.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.218440000, lastModified=2023-03-26 14:58:32.215641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.215641000 to 2023-03-26 14:58:32.217641000 14:58:32.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.218722000, lastModified=2023-03-26 14:58:32.217641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.218722000, lastModified=2023-03-26 14:58:32.217641000, delta=1081000 ns, racy<=10000 ns 14:58:32.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.220608000, lastModified=2023-03-26 14:58:32.219641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.220608000, lastModified=2023-03-26 14:58:32.219641000, delta=967000 ns, racy<=10000 ns 14:58:32.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.222698000, lastModified=2023-03-26 14:58:32.219641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.219641000 to 2023-03-26 14:58:32.221641000 14:58:32.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.222952000, lastModified=2023-03-26 14:58:32.221641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.222952000, lastModified=2023-03-26 14:58:32.221641000, delta=1311000 ns, racy<=10000 ns 14:58:32.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.224658000, lastModified=2023-03-26 14:58:32.223641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.224658000, lastModified=2023-03-26 14:58:32.223641000, delta=1017000 ns, racy<=10000 ns 14:58:32.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.226385000, lastModified=2023-03-26 14:58:32.223641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.223641000 to 2023-03-26 14:58:32.225641000 14:58:32.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.226639000, lastModified=2023-03-26 14:58:32.225641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.226639000, lastModified=2023-03-26 14:58:32.225641000, delta=998000 ns, racy<=10000 ns 14:58:32.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.228374000, lastModified=2023-03-26 14:58:32.226641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.228374000, lastModified=2023-03-26 14:58:32.226641000, delta=1733000 ns, racy<=10000 ns 14:58:32.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.230093000, lastModified=2023-03-26 14:58:32.227641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.227641000 to 2023-03-26 14:58:32.228641000 14:58:32.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.230295000, lastModified=2023-03-26 14:58:32.228641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.230295000, lastModified=2023-03-26 14:58:32.228641000, delta=1654000 ns, racy<=10000 ns 14:58:32.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.232034000, lastModified=2023-03-26 14:58:32.230641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.232034000, lastModified=2023-03-26 14:58:32.230641000, delta=1393000 ns, racy<=10000 ns 14:58:32.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.233734000, lastModified=2023-03-26 14:58:32.230641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.230641000 to 2023-03-26 14:58:32.232641000 14:58:32.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.234465000, lastModified=2023-03-26 14:58:32.232641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.232641000 to 2023-03-26 14:58:32.233641000 14:58:32.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.236448000, lastModified=2023-03-26 14:58:32.234641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.234641000 to 2023-03-26 14:58:32.235641000 14:58:32.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.238728000, lastModified=2023-03-26 14:58:32.235641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.235641000 to 2023-03-26 14:58:32.237641000 14:58:32.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.238982000, lastModified=2023-03-26 14:58:32.237641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.238982000, lastModified=2023-03-26 14:58:32.237641000, delta=1341000 ns, racy<=10000 ns 14:58:32.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.240975000, lastModified=2023-03-26 14:58:32.239641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.240975000, lastModified=2023-03-26 14:58:32.239641000, delta=1334000 ns, racy<=10000 ns 14:58:32.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.242903000, lastModified=2023-03-26 14:58:32.239641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.239641000 to 2023-03-26 14:58:32.241641000 14:58:32.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.243174000, lastModified=2023-03-26 14:58:32.241641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.243174000, lastModified=2023-03-26 14:58:32.241641000, delta=1533000 ns, racy<=10000 ns 14:58:32.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.245369000, lastModified=2023-03-26 14:58:32.243641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.245369000, lastModified=2023-03-26 14:58:32.243641000, delta=1728000 ns, racy<=10000 ns 14:58:32.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.247116000, lastModified=2023-03-26 14:58:32.244641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.244641000 to 2023-03-26 14:58:32.245641000 14:58:32.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.247328000, lastModified=2023-03-26 14:58:32.245641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.247328000, lastModified=2023-03-26 14:58:32.245641000, delta=1687000 ns, racy<=10000 ns 14:58:32.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.249212000, lastModified=2023-03-26 14:58:32.247641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.249212000, lastModified=2023-03-26 14:58:32.247641000, delta=1571000 ns, racy<=10000 ns 14:58:32.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.251220000, lastModified=2023-03-26 14:58:32.247641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.247641000 to 2023-03-26 14:58:32.249641000 14:58:32.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.251472000, lastModified=2023-03-26 14:58:32.249641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.249641000 to 2023-03-26 14:58:32.250641000 14:58:32.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.253628000, lastModified=2023-03-26 14:58:32.252641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.253628000, lastModified=2023-03-26 14:58:32.252641000, delta=987000 ns, racy<=10000 ns 14:58:32.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.255591000, lastModified=2023-03-26 14:58:32.252641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.252641000 to 2023-03-26 14:58:32.254641000 14:58:32.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.255799000, lastModified=2023-03-26 14:58:32.254641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.255799000, lastModified=2023-03-26 14:58:32.254641000, delta=1158000 ns, racy<=10000 ns 14:58:32.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.257654000, lastModified=2023-03-26 14:58:32.256641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.257654000, lastModified=2023-03-26 14:58:32.256641000, delta=1013000 ns, racy<=10000 ns 14:58:32.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.259599000, lastModified=2023-03-26 14:58:32.256641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.256641000 to 2023-03-26 14:58:32.258641000 14:58:32.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.259915000, lastModified=2023-03-26 14:58:32.258641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.259915000, lastModified=2023-03-26 14:58:32.258641000, delta=1274000 ns, racy<=10000 ns 14:58:32.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.261872000, lastModified=2023-03-26 14:58:32.260641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.261872000, lastModified=2023-03-26 14:58:32.260641000, delta=1231000 ns, racy<=10000 ns 14:58:32.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.263738000, lastModified=2023-03-26 14:58:32.260641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.260641000 to 2023-03-26 14:58:32.262641000 14:58:32.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.263984000, lastModified=2023-03-26 14:58:32.262641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.263984000, lastModified=2023-03-26 14:58:32.262641000, delta=1343000 ns, racy<=10000 ns 14:58:32.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.265875000, lastModified=2023-03-26 14:58:32.264641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.265875000, lastModified=2023-03-26 14:58:32.264641000, delta=1234000 ns, racy<=10000 ns 14:58:32.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.268003000, lastModified=2023-03-26 14:58:32.264641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.264641000 to 2023-03-26 14:58:32.266641000 14:58:32.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.268250000, lastModified=2023-03-26 14:58:32.266641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.268250000, lastModified=2023-03-26 14:58:32.266641000, delta=1609000 ns, racy<=10000 ns 14:58:32.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.270355000, lastModified=2023-03-26 14:58:32.268641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.270355000, lastModified=2023-03-26 14:58:32.268641000, delta=1714000 ns, racy<=10000 ns 14:58:32.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.272179000, lastModified=2023-03-26 14:58:32.269641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.269641000 to 2023-03-26 14:58:32.270641000 14:58:32.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.272424000, lastModified=2023-03-26 14:58:32.270641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.270641000 to 2023-03-26 14:58:32.271641000 14:58:32.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.274372000, lastModified=2023-03-26 14:58:32.272641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.274372000, lastModified=2023-03-26 14:58:32.272641000, delta=1731000 ns, racy<=10000 ns 14:58:32.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.276446000, lastModified=2023-03-26 14:58:32.273641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.273641000 to 2023-03-26 14:58:32.275641000 14:58:32.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.276736000, lastModified=2023-03-26 14:58:32.275641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.276736000, lastModified=2023-03-26 14:58:32.275641000, delta=1095000 ns, racy<=10000 ns 14:58:32.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.278852000, lastModified=2023-03-26 14:58:32.277641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.278852000, lastModified=2023-03-26 14:58:32.277641000, delta=1211000 ns, racy<=10000 ns 14:58:32.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.280712000, lastModified=2023-03-26 14:58:32.277641000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.277641000 to 2023-03-26 14:58:32.279642000 14:58:32.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.280966000, lastModified=2023-03-26 14:58:32.279642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.280966000, lastModified=2023-03-26 14:58:32.279642000, delta=1324000 ns, racy<=10000 ns 14:58:32.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.282778000, lastModified=2023-03-26 14:58:32.281642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.282778000, lastModified=2023-03-26 14:58:32.281642000, delta=1136000 ns, racy<=10000 ns 14:58:32.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.284463000, lastModified=2023-03-26 14:58:32.281642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.281642000 to 2023-03-26 14:58:32.283642000 14:58:32.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.284753000, lastModified=2023-03-26 14:58:32.283642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.284753000, lastModified=2023-03-26 14:58:32.283642000, delta=1111000 ns, racy<=10000 ns 14:58:32.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.286713000, lastModified=2023-03-26 14:58:32.285642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.286713000, lastModified=2023-03-26 14:58:32.285642000, delta=1071000 ns, racy<=10000 ns 14:58:32.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.288588000, lastModified=2023-03-26 14:58:32.285642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.285642000 to 2023-03-26 14:58:32.287642000 14:58:32.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.288873000, lastModified=2023-03-26 14:58:32.287642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.288873000, lastModified=2023-03-26 14:58:32.287642000, delta=1231000 ns, racy<=10000 ns 14:58:32.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.290643000, lastModified=2023-03-26 14:58:32.289642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.290643000, lastModified=2023-03-26 14:58:32.289642000, delta=1001000 ns, racy<=10000 ns 14:58:32.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.292707000, lastModified=2023-03-26 14:58:32.289642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.289642000 to 2023-03-26 14:58:32.291642000 14:58:32.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.292919000, lastModified=2023-03-26 14:58:32.291642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.292919000, lastModified=2023-03-26 14:58:32.291642000, delta=1277000 ns, racy<=10000 ns 14:58:32.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.294852000, lastModified=2023-03-26 14:58:32.293642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.294852000, lastModified=2023-03-26 14:58:32.293642000, delta=1210000 ns, racy<=10000 ns 14:58:32.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.296757000, lastModified=2023-03-26 14:58:32.293642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.293642000 to 2023-03-26 14:58:32.295642000 14:58:32.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.297008000, lastModified=2023-03-26 14:58:32.295642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.297008000, lastModified=2023-03-26 14:58:32.295642000, delta=1366000 ns, racy<=10000 ns 14:58:32.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.298959000, lastModified=2023-03-26 14:58:32.297642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.298959000, lastModified=2023-03-26 14:58:32.297642000, delta=1317000 ns, racy<=10000 ns 14:58:32.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.301028000, lastModified=2023-03-26 14:58:32.297642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.297642000 to 2023-03-26 14:58:32.299642000 14:58:32.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.301370000, lastModified=2023-03-26 14:58:32.299642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.301370000, lastModified=2023-03-26 14:58:32.299642000, delta=1728000 ns, racy<=10000 ns 14:58:32.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.303381000, lastModified=2023-03-26 14:58:32.301642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.303381000, lastModified=2023-03-26 14:58:32.301642000, delta=1739000 ns, racy<=10000 ns 14:58:32.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.305387000, lastModified=2023-03-26 14:58:32.302642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.302642000 to 2023-03-26 14:58:32.304642000 14:58:32.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.305647000, lastModified=2023-03-26 14:58:32.304642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.305647000, lastModified=2023-03-26 14:58:32.304642000, delta=1005000 ns, racy<=10000 ns 14:58:32.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.307702000, lastModified=2023-03-26 14:58:32.306642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.307702000, lastModified=2023-03-26 14:58:32.306642000, delta=1060000 ns, racy<=10000 ns 14:58:32.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.309721000, lastModified=2023-03-26 14:58:32.306642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.306642000 to 2023-03-26 14:58:32.308642000 14:58:32.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.309929000, lastModified=2023-03-26 14:58:32.308642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.309929000, lastModified=2023-03-26 14:58:32.308642000, delta=1287000 ns, racy<=10000 ns 14:58:32.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.311925000, lastModified=2023-03-26 14:58:32.310642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.311925000, lastModified=2023-03-26 14:58:32.310642000, delta=1283000 ns, racy<=10000 ns 14:58:32.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.314141000, lastModified=2023-03-26 14:58:32.310642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.310642000 to 2023-03-26 14:58:32.312642000 14:58:32.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.314339000, lastModified=2023-03-26 14:58:32.312642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.314339000, lastModified=2023-03-26 14:58:32.312642000, delta=1697000 ns, racy<=10000 ns 14:58:32.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.316437000, lastModified=2023-03-26 14:58:32.314642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.314642000 to 2023-03-26 14:58:32.315642000 14:58:32.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.318357000, lastModified=2023-03-26 14:58:32.315642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.315642000 to 2023-03-26 14:58:32.316642000 14:58:32.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.318624000, lastModified=2023-03-26 14:58:32.317642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.318624000, lastModified=2023-03-26 14:58:32.317642000, delta=982000 ns, racy<=10000 ns 14:58:32.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.320582000, lastModified=2023-03-26 14:58:32.319642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.320582000, lastModified=2023-03-26 14:58:32.319642000, delta=940000 ns, racy<=10000 ns 14:58:32.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.322456000, lastModified=2023-03-26 14:58:32.319642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.319642000 to 2023-03-26 14:58:32.321642000 14:58:32.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.322743000, lastModified=2023-03-26 14:58:32.321642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.322743000, lastModified=2023-03-26 14:58:32.321642000, delta=1101000 ns, racy<=10000 ns 14:58:32.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.324595000, lastModified=2023-03-26 14:58:32.323642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.324595000, lastModified=2023-03-26 14:58:32.323642000, delta=953000 ns, racy<=10000 ns 14:58:32.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.326488000, lastModified=2023-03-26 14:58:32.323642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.323642000 to 2023-03-26 14:58:32.325642000 14:58:32.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.326761000, lastModified=2023-03-26 14:58:32.325642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.326761000, lastModified=2023-03-26 14:58:32.325642000, delta=1119000 ns, racy<=10000 ns 14:58:32.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.328641000, lastModified=2023-03-26 14:58:32.327642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.327642000 to 2023-03-26 14:58:32.328642000 14:58:32.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.331800000, lastModified=2023-03-26 14:58:32.328642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.328642000 to 2023-03-26 14:58:32.330642000 14:58:32.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.332044000, lastModified=2023-03-26 14:58:32.330642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.332044000, lastModified=2023-03-26 14:58:32.330642000, delta=1402000 ns, racy<=10000 ns 14:58:32.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.334343000, lastModified=2023-03-26 14:58:32.332642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.332642000 to 2023-03-26 14:58:32.333642000 14:58:32.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.336964000, lastModified=2023-03-26 14:58:32.333642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.333642000 to 2023-03-26 14:58:32.335642000 14:58:32.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.337217000, lastModified=2023-03-26 14:58:32.335642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.337217000, lastModified=2023-03-26 14:58:32.335642000, delta=1575000 ns, racy<=10000 ns 14:58:32.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.339121000, lastModified=2023-03-26 14:58:32.337642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.339121000, lastModified=2023-03-26 14:58:32.337642000, delta=1479000 ns, racy<=10000 ns 14:58:32.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.340958000, lastModified=2023-03-26 14:58:32.337642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.337642000 to 2023-03-26 14:58:32.339642000 14:58:32.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.341191000, lastModified=2023-03-26 14:58:32.339642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.341191000, lastModified=2023-03-26 14:58:32.339642000, delta=1549000 ns, racy<=10000 ns 14:58:32.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.343027000, lastModified=2023-03-26 14:58:32.341642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.343027000, lastModified=2023-03-26 14:58:32.341642000, delta=1385000 ns, racy<=10000 ns 14:58:32.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.344868000, lastModified=2023-03-26 14:58:32.341642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.341642000 to 2023-03-26 14:58:32.343642000 14:58:32.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.345109000, lastModified=2023-03-26 14:58:32.343642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.345109000, lastModified=2023-03-26 14:58:32.343642000, delta=1467000 ns, racy<=10000 ns 14:58:32.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.347061000, lastModified=2023-03-26 14:58:32.345642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.347061000, lastModified=2023-03-26 14:58:32.345642000, delta=1419000 ns, racy<=10000 ns 14:58:32.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.349211000, lastModified=2023-03-26 14:58:32.345642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.345642000 to 2023-03-26 14:58:32.347642000 14:58:32.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.349451000, lastModified=2023-03-26 14:58:32.347642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.347642000 to 2023-03-26 14:58:32.348642000 14:58:32.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.351418000, lastModified=2023-03-26 14:58:32.349642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.351418000, lastModified=2023-03-26 14:58:32.349642000, delta=1776000 ns, racy<=10000 ns 14:58:32.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.353356000, lastModified=2023-03-26 14:58:32.350642000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.350642000 to 2023-03-26 14:58:32.351642000 14:58:32.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.353555000, lastModified=2023-03-26 14:58:32.352643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.353555000, lastModified=2023-03-26 14:58:32.352643000, delta=912000 ns, racy<=10000 ns 14:58:32.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.355442000, lastModified=2023-03-26 14:58:32.353643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.353643000 to 2023-03-26 14:58:32.354643000 14:58:32.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.357670000, lastModified=2023-03-26 14:58:32.354643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.354643000 to 2023-03-26 14:58:32.356643000 14:58:32.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.357914000, lastModified=2023-03-26 14:58:32.356643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.357914000, lastModified=2023-03-26 14:58:32.356643000, delta=1271000 ns, racy<=10000 ns 14:58:32.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.360060000, lastModified=2023-03-26 14:58:32.358643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.358643000 to 2023-03-26 14:58:32.359643000 14:58:32.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.362686000, lastModified=2023-03-26 14:58:32.359643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.359643000 to 2023-03-26 14:58:32.361643000 14:58:32.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.363109000, lastModified=2023-03-26 14:58:32.361643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.363109000, lastModified=2023-03-26 14:58:32.361643000, delta=1466000 ns, racy<=10000 ns 14:58:32.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.365042000, lastModified=2023-03-26 14:58:32.363643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.365042000, lastModified=2023-03-26 14:58:32.363643000, delta=1399000 ns, racy<=10000 ns 14:58:32.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.366727000, lastModified=2023-03-26 14:58:32.363643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.363643000 to 2023-03-26 14:58:32.365643000 14:58:32.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.366976000, lastModified=2023-03-26 14:58:32.365643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.366976000, lastModified=2023-03-26 14:58:32.365643000, delta=1333000 ns, racy<=10000 ns 14:58:32.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.369138000, lastModified=2023-03-26 14:58:32.367643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.369138000, lastModified=2023-03-26 14:58:32.367643000, delta=1495000 ns, racy<=10000 ns 14:58:32.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.371146000, lastModified=2023-03-26 14:58:32.367643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.367643000 to 2023-03-26 14:58:32.369643000 14:58:32.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.371387000, lastModified=2023-03-26 14:58:32.369643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.371387000, lastModified=2023-03-26 14:58:32.369643000, delta=1744000 ns, racy<=10000 ns 14:58:32.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.373386000, lastModified=2023-03-26 14:58:32.371643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.373386000, lastModified=2023-03-26 14:58:32.371643000, delta=1743000 ns, racy<=10000 ns 14:58:32.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.375448000, lastModified=2023-03-26 14:58:32.372643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.372643000 to 2023-03-26 14:58:32.374643000 14:58:32.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.375706000, lastModified=2023-03-26 14:58:32.374643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.375706000, lastModified=2023-03-26 14:58:32.374643000, delta=1063000 ns, racy<=10000 ns 14:58:32.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.377748000, lastModified=2023-03-26 14:58:32.376643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.376643000 to 2023-03-26 14:58:32.377643000 14:58:32.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.380486000, lastModified=2023-03-26 14:58:32.377643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.377643000 to 2023-03-26 14:58:32.379643000 14:58:32.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.380710000, lastModified=2023-03-26 14:58:32.379643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.380710000, lastModified=2023-03-26 14:58:32.379643000, delta=1067000 ns, racy<=10000 ns 14:58:32.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.382530000, lastModified=2023-03-26 14:58:32.380643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.380643000 to 2023-03-26 14:58:32.381643000 14:58:32.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.384865000, lastModified=2023-03-26 14:58:32.381643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.381643000 to 2023-03-26 14:58:32.383643000 14:58:32.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.385094000, lastModified=2023-03-26 14:58:32.383643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.385094000, lastModified=2023-03-26 14:58:32.383643000, delta=1451000 ns, racy<=10000 ns 14:58:32.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.387251000, lastModified=2023-03-26 14:58:32.385643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.385643000 to 2023-03-26 14:58:32.387643000 14:58:32.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.390987000, lastModified=2023-03-26 14:58:32.387643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.387643000 to 2023-03-26 14:58:32.389643000 14:58:32.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.391223000, lastModified=2023-03-26 14:58:32.389643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.391223000, lastModified=2023-03-26 14:58:32.389643000, delta=1580000 ns, racy<=10000 ns 14:58:32.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.393259000, lastModified=2023-03-26 14:58:32.391643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.393259000, lastModified=2023-03-26 14:58:32.391643000, delta=1616000 ns, racy<=10000 ns 14:58:32.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.395270000, lastModified=2023-03-26 14:58:32.391643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.391643000 to 2023-03-26 14:58:32.393643000 14:58:32.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.395462000, lastModified=2023-03-26 14:58:32.393643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.393643000 to 2023-03-26 14:58:32.394643000 14:58:32.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.397548000, lastModified=2023-03-26 14:58:32.395643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.395643000 to 2023-03-26 14:58:32.396643000 14:58:32.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.399489000, lastModified=2023-03-26 14:58:32.396643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.396643000 to 2023-03-26 14:58:32.398643000 14:58:32.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.399780000, lastModified=2023-03-26 14:58:32.398643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.399780000, lastModified=2023-03-26 14:58:32.398643000, delta=1137000 ns, racy<=10000 ns 14:58:32.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.401721000, lastModified=2023-03-26 14:58:32.400643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.401721000, lastModified=2023-03-26 14:58:32.400643000, delta=1078000 ns, racy<=10000 ns 14:58:32.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.404107000, lastModified=2023-03-26 14:58:32.400643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.400643000 to 2023-03-26 14:58:32.402643000 14:58:32.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.404370000, lastModified=2023-03-26 14:58:32.402643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.404370000, lastModified=2023-03-26 14:58:32.402643000, delta=1727000 ns, racy<=10000 ns 14:58:32.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.406182000, lastModified=2023-03-26 14:58:32.404643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.406182000, lastModified=2023-03-26 14:58:32.404643000, delta=1539000 ns, racy<=10000 ns 14:58:32.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.408081000, lastModified=2023-03-26 14:58:32.404643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.404643000 to 2023-03-26 14:58:32.406643000 14:58:32.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.408340000, lastModified=2023-03-26 14:58:32.406643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.408340000, lastModified=2023-03-26 14:58:32.406643000, delta=1697000 ns, racy<=10000 ns 14:58:32.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.410345000, lastModified=2023-03-26 14:58:32.408643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.410345000, lastModified=2023-03-26 14:58:32.408643000, delta=1702000 ns, racy<=10000 ns 14:58:32.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.412269000, lastModified=2023-03-26 14:58:32.409643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.409643000 to 2023-03-26 14:58:32.410643000 14:58:32.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.412500000, lastModified=2023-03-26 14:58:32.410643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.410643000 to 2023-03-26 14:58:32.411643000 14:58:32.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.414380000, lastModified=2023-03-26 14:58:32.412643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.414380000, lastModified=2023-03-26 14:58:32.412643000, delta=1737000 ns, racy<=10000 ns 14:58:32.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.416345000, lastModified=2023-03-26 14:58:32.413643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.413643000 to 2023-03-26 14:58:32.414643000 14:58:32.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.416575000, lastModified=2023-03-26 14:58:32.415643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.416575000, lastModified=2023-03-26 14:58:32.415643000, delta=932000 ns, racy<=10000 ns 14:58:32.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.418849000, lastModified=2023-03-26 14:58:32.417643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.418849000, lastModified=2023-03-26 14:58:32.417643000, delta=1206000 ns, racy<=10000 ns 14:58:32.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.420660000, lastModified=2023-03-26 14:58:32.417643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.417643000 to 2023-03-26 14:58:32.419643000 14:58:32.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.420909000, lastModified=2023-03-26 14:58:32.419643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.420909000, lastModified=2023-03-26 14:58:32.419643000, delta=1266000 ns, racy<=10000 ns 14:58:32.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.422866000, lastModified=2023-03-26 14:58:32.421643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.422866000, lastModified=2023-03-26 14:58:32.421643000, delta=1223000 ns, racy<=10000 ns 14:58:32.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.424761000, lastModified=2023-03-26 14:58:32.421643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.421643000 to 2023-03-26 14:58:32.423643000 14:58:32.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.425047000, lastModified=2023-03-26 14:58:32.423643000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.425047000, lastModified=2023-03-26 14:58:32.423643000, delta=1404000 ns, racy<=10000 ns 14:58:32.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.427272000, lastModified=2023-03-26 14:58:32.425644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.427272000, lastModified=2023-03-26 14:58:32.425644000, delta=1628000 ns, racy<=10000 ns 14:58:32.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.429263000, lastModified=2023-03-26 14:58:32.425644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.425644000 to 2023-03-26 14:58:32.427644000 14:58:32.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.429542000, lastModified=2023-03-26 14:58:32.428644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.429542000, lastModified=2023-03-26 14:58:32.428644000, delta=898000 ns, racy<=10000 ns 14:58:32.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.431742000, lastModified=2023-03-26 14:58:32.430644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.431742000, lastModified=2023-03-26 14:58:32.430644000, delta=1098000 ns, racy<=10000 ns 14:58:32.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.433715000, lastModified=2023-03-26 14:58:32.430644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.430644000 to 2023-03-26 14:58:32.432644000 14:58:32.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.433991000, lastModified=2023-03-26 14:58:32.432644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.433991000, lastModified=2023-03-26 14:58:32.432644000, delta=1347000 ns, racy<=10000 ns 14:58:32.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.436245000, lastModified=2023-03-26 14:58:32.434644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.436245000, lastModified=2023-03-26 14:58:32.434644000, delta=1601000 ns, racy<=10000 ns 14:58:32.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.438300000, lastModified=2023-03-26 14:58:32.434644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.434644000 to 2023-03-26 14:58:32.436644000 14:58:32.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.438556000, lastModified=2023-03-26 14:58:32.437644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.438556000, lastModified=2023-03-26 14:58:32.437644000, delta=912000 ns, racy<=10000 ns 14:58:32.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.440547000, lastModified=2023-03-26 14:58:32.439644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.440547000, lastModified=2023-03-26 14:58:32.439644000, delta=903000 ns, racy<=10000 ns 14:58:32.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.442366000, lastModified=2023-03-26 14:58:32.439644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.439644000 to 2023-03-26 14:58:32.440644000 14:58:32.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.442563000, lastModified=2023-03-26 14:58:32.441644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.442563000, lastModified=2023-03-26 14:58:32.441644000, delta=919000 ns, racy<=10000 ns 14:58:32.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.444575000, lastModified=2023-03-26 14:58:32.443644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.444575000, lastModified=2023-03-26 14:58:32.443644000, delta=931000 ns, racy<=10000 ns 14:58:32.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.446586000, lastModified=2023-03-26 14:58:32.443644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.443644000 to 2023-03-26 14:58:32.445644000 14:58:32.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.446937000, lastModified=2023-03-26 14:58:32.445644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.446937000, lastModified=2023-03-26 14:58:32.445644000, delta=1293000 ns, racy<=10000 ns 14:58:32.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.449108000, lastModified=2023-03-26 14:58:32.447644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.449108000, lastModified=2023-03-26 14:58:32.447644000, delta=1464000 ns, racy<=10000 ns 14:58:32.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.451159000, lastModified=2023-03-26 14:58:32.447644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.447644000 to 2023-03-26 14:58:32.449644000 14:58:32.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.451401000, lastModified=2023-03-26 14:58:32.449644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.451401000, lastModified=2023-03-26 14:58:32.449644000, delta=1757000 ns, racy<=10000 ns 14:58:32.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.453417000, lastModified=2023-03-26 14:58:32.451644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.451644000 to 2023-03-26 14:58:32.452644000 14:58:32.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.455357000, lastModified=2023-03-26 14:58:32.452644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.452644000 to 2023-03-26 14:58:32.453644000 14:58:32.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.455563000, lastModified=2023-03-26 14:58:32.454644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.455563000, lastModified=2023-03-26 14:58:32.454644000, delta=919000 ns, racy<=10000 ns 14:58:32.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.457677000, lastModified=2023-03-26 14:58:32.456644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.457677000, lastModified=2023-03-26 14:58:32.456644000, delta=1033000 ns, racy<=10000 ns 14:58:32.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.459640000, lastModified=2023-03-26 14:58:32.456644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.456644000 to 2023-03-26 14:58:32.458644000 14:58:32.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.459902000, lastModified=2023-03-26 14:58:32.458644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.459902000, lastModified=2023-03-26 14:58:32.458644000, delta=1258000 ns, racy<=10000 ns 14:58:32.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.461827000, lastModified=2023-03-26 14:58:32.460644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.461827000, lastModified=2023-03-26 14:58:32.460644000, delta=1183000 ns, racy<=10000 ns 14:58:32.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.463653000, lastModified=2023-03-26 14:58:32.460644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.460644000 to 2023-03-26 14:58:32.462644000 14:58:32.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.463922000, lastModified=2023-03-26 14:58:32.462644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.463922000, lastModified=2023-03-26 14:58:32.462644000, delta=1278000 ns, racy<=10000 ns 14:58:32.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.465689000, lastModified=2023-03-26 14:58:32.464644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.465689000, lastModified=2023-03-26 14:58:32.464644000, delta=1045000 ns, racy<=10000 ns 14:58:32.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.467464000, lastModified=2023-03-26 14:58:32.464644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.464644000 to 2023-03-26 14:58:32.466644000 14:58:32.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.467725000, lastModified=2023-03-26 14:58:32.466644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.467725000, lastModified=2023-03-26 14:58:32.466644000, delta=1081000 ns, racy<=10000 ns 14:58:32.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.469780000, lastModified=2023-03-26 14:58:32.468644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.469780000, lastModified=2023-03-26 14:58:32.468644000, delta=1136000 ns, racy<=10000 ns 14:58:32.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.471677000, lastModified=2023-03-26 14:58:32.468644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.468644000 to 2023-03-26 14:58:32.470644000 14:58:32.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.471935000, lastModified=2023-03-26 14:58:32.470644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.471935000, lastModified=2023-03-26 14:58:32.470644000, delta=1291000 ns, racy<=10000 ns 14:58:32.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.473660000, lastModified=2023-03-26 14:58:32.472644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.473660000, lastModified=2023-03-26 14:58:32.472644000, delta=1016000 ns, racy<=10000 ns 14:58:32.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.475460000, lastModified=2023-03-26 14:58:32.472644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.472644000 to 2023-03-26 14:58:32.474644000 14:58:32.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.475730000, lastModified=2023-03-26 14:58:32.474644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.475730000, lastModified=2023-03-26 14:58:32.474644000, delta=1086000 ns, racy<=10000 ns 14:58:32.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.477670000, lastModified=2023-03-26 14:58:32.476644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.477670000, lastModified=2023-03-26 14:58:32.476644000, delta=1026000 ns, racy<=10000 ns 14:58:32.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.479583000, lastModified=2023-03-26 14:58:32.476644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.476644000 to 2023-03-26 14:58:32.478644000 14:58:32.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.479807000, lastModified=2023-03-26 14:58:32.478644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.479807000, lastModified=2023-03-26 14:58:32.478644000, delta=1163000 ns, racy<=10000 ns 14:58:32.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.485595000, lastModified=2023-03-26 14:58:32.484644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.485595000, lastModified=2023-03-26 14:58:32.484644000, delta=951000 ns, racy<=10000 ns 14:58:32.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.487714000, lastModified=2023-03-26 14:58:32.484644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.484644000 to 2023-03-26 14:58:32.486644000 14:58:32.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.487953000, lastModified=2023-03-26 14:58:32.486644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.487953000, lastModified=2023-03-26 14:58:32.486644000, delta=1309000 ns, racy<=10000 ns 14:58:32.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.489776000, lastModified=2023-03-26 14:58:32.488644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.489776000, lastModified=2023-03-26 14:58:32.488644000, delta=1132000 ns, racy<=10000 ns 14:58:32.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.491961000, lastModified=2023-03-26 14:58:32.488644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.488644000 to 2023-03-26 14:58:32.490644000 14:58:32.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.492195000, lastModified=2023-03-26 14:58:32.490644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.492195000, lastModified=2023-03-26 14:58:32.490644000, delta=1551000 ns, racy<=10000 ns 14:58:32.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.494382000, lastModified=2023-03-26 14:58:32.492644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.494382000, lastModified=2023-03-26 14:58:32.492644000, delta=1738000 ns, racy<=10000 ns 14:58:32.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.496433000, lastModified=2023-03-26 14:58:32.493644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.493644000 to 2023-03-26 14:58:32.495644000 14:58:32.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.496675000, lastModified=2023-03-26 14:58:32.495644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.496675000, lastModified=2023-03-26 14:58:32.495644000, delta=1031000 ns, racy<=10000 ns 14:58:32.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.498852000, lastModified=2023-03-26 14:58:32.497644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.498852000, lastModified=2023-03-26 14:58:32.497644000, delta=1208000 ns, racy<=10000 ns 14:58:32.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.500737000, lastModified=2023-03-26 14:58:32.497644000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.497644000 to 2023-03-26 14:58:32.499645000 14:58:32.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.501025000, lastModified=2023-03-26 14:58:32.499645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.501025000, lastModified=2023-03-26 14:58:32.499645000, delta=1380000 ns, racy<=10000 ns 14:58:32.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.502922000, lastModified=2023-03-26 14:58:32.501645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.502922000, lastModified=2023-03-26 14:58:32.501645000, delta=1277000 ns, racy<=10000 ns 14:58:32.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.504969000, lastModified=2023-03-26 14:58:32.501645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.501645000 to 2023-03-26 14:58:32.503645000 14:58:32.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.505219000, lastModified=2023-03-26 14:58:32.503645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.505219000, lastModified=2023-03-26 14:58:32.503645000, delta=1574000 ns, racy<=10000 ns 14:58:32.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.507144000, lastModified=2023-03-26 14:58:32.505645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.507144000, lastModified=2023-03-26 14:58:32.505645000, delta=1499000 ns, racy<=10000 ns 14:58:32.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.509028000, lastModified=2023-03-26 14:58:32.505645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.505645000 to 2023-03-26 14:58:32.507645000 14:58:32.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.509285000, lastModified=2023-03-26 14:58:32.507645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.509285000, lastModified=2023-03-26 14:58:32.507645000, delta=1640000 ns, racy<=10000 ns 14:58:32.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.511197000, lastModified=2023-03-26 14:58:32.509645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.511197000, lastModified=2023-03-26 14:58:32.509645000, delta=1552000 ns, racy<=10000 ns 14:58:32.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.513049000, lastModified=2023-03-26 14:58:32.509645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.509645000 to 2023-03-26 14:58:32.511645000 14:58:32.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.513278000, lastModified=2023-03-26 14:58:32.511645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.513278000, lastModified=2023-03-26 14:58:32.511645000, delta=1633000 ns, racy<=10000 ns 14:58:32.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.515136000, lastModified=2023-03-26 14:58:32.513645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.515136000, lastModified=2023-03-26 14:58:32.513645000, delta=1491000 ns, racy<=10000 ns 14:58:32.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.516988000, lastModified=2023-03-26 14:58:32.513645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.513645000 to 2023-03-26 14:58:32.515645000 14:58:32.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.517251000, lastModified=2023-03-26 14:58:32.515645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.517251000, lastModified=2023-03-26 14:58:32.515645000, delta=1606000 ns, racy<=10000 ns 14:58:32.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.519231000, lastModified=2023-03-26 14:58:32.517645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.519231000, lastModified=2023-03-26 14:58:32.517645000, delta=1586000 ns, racy<=10000 ns 14:58:32.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.521147000, lastModified=2023-03-26 14:58:32.517645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.517645000 to 2023-03-26 14:58:32.519645000 14:58:32.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.521398000, lastModified=2023-03-26 14:58:32.519645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.521398000, lastModified=2023-03-26 14:58:32.519645000, delta=1753000 ns, racy<=10000 ns 14:58:32.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.523206000, lastModified=2023-03-26 14:58:32.521645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.523206000, lastModified=2023-03-26 14:58:32.521645000, delta=1561000 ns, racy<=10000 ns 14:58:32.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.525045000, lastModified=2023-03-26 14:58:32.521645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.521645000 to 2023-03-26 14:58:32.523645000 14:58:32.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.525272000, lastModified=2023-03-26 14:58:32.523645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.525272000, lastModified=2023-03-26 14:58:32.523645000, delta=1627000 ns, racy<=10000 ns 14:58:32.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.527193000, lastModified=2023-03-26 14:58:32.525645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.527193000, lastModified=2023-03-26 14:58:32.525645000, delta=1548000 ns, racy<=10000 ns 14:58:32.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.529081000, lastModified=2023-03-26 14:58:32.525645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.525645000 to 2023-03-26 14:58:32.527645000 14:58:32.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.529347000, lastModified=2023-03-26 14:58:32.527645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.529347000, lastModified=2023-03-26 14:58:32.527645000, delta=1702000 ns, racy<=10000 ns 14:58:32.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.531202000, lastModified=2023-03-26 14:58:32.529645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.531202000, lastModified=2023-03-26 14:58:32.529645000, delta=1557000 ns, racy<=10000 ns 14:58:32.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.533169000, lastModified=2023-03-26 14:58:32.529645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.529645000 to 2023-03-26 14:58:32.531645000 14:58:32.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.533378000, lastModified=2023-03-26 14:58:32.531645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.533378000, lastModified=2023-03-26 14:58:32.531645000, delta=1733000 ns, racy<=10000 ns 14:58:32.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.535424000, lastModified=2023-03-26 14:58:32.533645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.535424000, lastModified=2023-03-26 14:58:32.533645000, delta=1779000 ns, racy<=10000 ns 14:58:32.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.537537000, lastModified=2023-03-26 14:58:32.534645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.534645000 to 2023-03-26 14:58:32.536645000 14:58:32.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.537772000, lastModified=2023-03-26 14:58:32.536645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.537772000, lastModified=2023-03-26 14:58:32.536645000, delta=1127000 ns, racy<=10000 ns 14:58:32.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.539830000, lastModified=2023-03-26 14:58:32.538645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.539830000, lastModified=2023-03-26 14:58:32.538645000, delta=1185000 ns, racy<=10000 ns 14:58:32.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.541819000, lastModified=2023-03-26 14:58:32.538645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.538645000 to 2023-03-26 14:58:32.540645000 14:58:32.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.542005000, lastModified=2023-03-26 14:58:32.540645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.542005000, lastModified=2023-03-26 14:58:32.540645000, delta=1360000 ns, racy<=10000 ns 14:58:32.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.544266000, lastModified=2023-03-26 14:58:32.542645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.544266000, lastModified=2023-03-26 14:58:32.542645000, delta=1621000 ns, racy<=10000 ns 14:58:32.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.546365000, lastModified=2023-03-26 14:58:32.542645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.542645000 to 2023-03-26 14:58:32.544645000 14:58:32.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.546562000, lastModified=2023-03-26 14:58:32.545645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.546562000, lastModified=2023-03-26 14:58:32.545645000, delta=917000 ns, racy<=10000 ns 14:58:32.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.548796000, lastModified=2023-03-26 14:58:32.547645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.548796000, lastModified=2023-03-26 14:58:32.547645000, delta=1151000 ns, racy<=10000 ns 14:58:32.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.550797000, lastModified=2023-03-26 14:58:32.547645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.547645000 to 2023-03-26 14:58:32.549645000 14:58:32.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.551030000, lastModified=2023-03-26 14:58:32.549645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.551030000, lastModified=2023-03-26 14:58:32.549645000, delta=1385000 ns, racy<=10000 ns 14:58:32.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.552997000, lastModified=2023-03-26 14:58:32.551645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.552997000, lastModified=2023-03-26 14:58:32.551645000, delta=1352000 ns, racy<=10000 ns 14:58:32.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.554791000, lastModified=2023-03-26 14:58:32.551645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.551645000 to 2023-03-26 14:58:32.553645000 14:58:32.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.555051000, lastModified=2023-03-26 14:58:32.553645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.555051000, lastModified=2023-03-26 14:58:32.553645000, delta=1406000 ns, racy<=10000 ns 14:58:32.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.557182000, lastModified=2023-03-26 14:58:32.555645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.557182000, lastModified=2023-03-26 14:58:32.555645000, delta=1537000 ns, racy<=10000 ns 14:58:32.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.559164000, lastModified=2023-03-26 14:58:32.555645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.555645000 to 2023-03-26 14:58:32.557645000 14:58:32.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.559390000, lastModified=2023-03-26 14:58:32.557645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.559390000, lastModified=2023-03-26 14:58:32.557645000, delta=1745000 ns, racy<=10000 ns 14:58:32.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.561436000, lastModified=2023-03-26 14:58:32.559645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.559645000 to 2023-03-26 14:58:32.560645000 14:58:32.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.563568000, lastModified=2023-03-26 14:58:32.560645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.560645000 to 2023-03-26 14:58:32.562645000 14:58:32.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.563805000, lastModified=2023-03-26 14:58:32.562645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.563805000, lastModified=2023-03-26 14:58:32.562645000, delta=1160000 ns, racy<=10000 ns 14:58:32.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.565715000, lastModified=2023-03-26 14:58:32.564645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.565715000, lastModified=2023-03-26 14:58:32.564645000, delta=1070000 ns, racy<=10000 ns 14:58:32.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.567672000, lastModified=2023-03-26 14:58:32.564645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.564645000 to 2023-03-26 14:58:32.566645000 14:58:32.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.567908000, lastModified=2023-03-26 14:58:32.566645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.567908000, lastModified=2023-03-26 14:58:32.566645000, delta=1263000 ns, racy<=10000 ns 14:58:32.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.569741000, lastModified=2023-03-26 14:58:32.568645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.569741000, lastModified=2023-03-26 14:58:32.568645000, delta=1096000 ns, racy<=10000 ns 14:58:32.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.571691000, lastModified=2023-03-26 14:58:32.568645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.568645000 to 2023-03-26 14:58:32.570645000 14:58:32.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.571969000, lastModified=2023-03-26 14:58:32.570645000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.571969000, lastModified=2023-03-26 14:58:32.570645000, delta=1324000 ns, racy<=10000 ns 14:58:32.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.595693000, lastModified=2023-03-26 14:58:32.594646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.594646000 to 2023-03-26 14:58:32.598646000 14:58:32.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.601335000, lastModified=2023-03-26 14:58:32.598646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.598646000 to 2023-03-26 14:58:32.599646000 14:58:32.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.601538000, lastModified=2023-03-26 14:58:32.600646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.601538000, lastModified=2023-03-26 14:58:32.600646000, delta=892000 ns, racy<=10000 ns 14:58:32.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.603322000, lastModified=2023-03-26 14:58:32.601646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.603322000, lastModified=2023-03-26 14:58:32.601646000, delta=1676000 ns, racy<=10000 ns 14:58:32.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.605063000, lastModified=2023-03-26 14:58:32.601646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.601646000 to 2023-03-26 14:58:32.603646000 14:58:32.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.605261000, lastModified=2023-03-26 14:58:32.603646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.605261000, lastModified=2023-03-26 14:58:32.603646000, delta=1615000 ns, racy<=10000 ns 14:58:32.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.607039000, lastModified=2023-03-26 14:58:32.605646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.607039000, lastModified=2023-03-26 14:58:32.605646000, delta=1393000 ns, racy<=10000 ns 14:58:32.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.608797000, lastModified=2023-03-26 14:58:32.605646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.605646000 to 2023-03-26 14:58:32.607646000 14:58:32.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.608992000, lastModified=2023-03-26 14:58:32.607646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.608992000, lastModified=2023-03-26 14:58:32.607646000, delta=1346000 ns, racy<=10000 ns 14:58:32.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.610764000, lastModified=2023-03-26 14:58:32.609646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.610764000, lastModified=2023-03-26 14:58:32.609646000, delta=1118000 ns, racy<=10000 ns 14:58:32.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.612542000, lastModified=2023-03-26 14:58:32.609646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.609646000 to 2023-03-26 14:58:32.611646000 14:58:32.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.612750000, lastModified=2023-03-26 14:58:32.611646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.612750000, lastModified=2023-03-26 14:58:32.611646000, delta=1104000 ns, racy<=10000 ns 14:58:32.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.614583000, lastModified=2023-03-26 14:58:32.613646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.614583000, lastModified=2023-03-26 14:58:32.613646000, delta=937000 ns, racy<=10000 ns 14:58:32.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.616358000, lastModified=2023-03-26 14:58:32.613646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.613646000 to 2023-03-26 14:58:32.614646000 14:58:32.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.616628000, lastModified=2023-03-26 14:58:32.615646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.616628000, lastModified=2023-03-26 14:58:32.615646000, delta=982000 ns, racy<=10000 ns 14:58:32.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.618417000, lastModified=2023-03-26 14:58:32.616646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.616646000 to 2023-03-26 14:58:32.617646000 14:58:32.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.620257000, lastModified=2023-03-26 14:58:32.617646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.617646000 to 2023-03-26 14:58:32.618646000 14:58:32.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.620467000, lastModified=2023-03-26 14:58:32.618646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.618646000 to 2023-03-26 14:58:32.619646000 14:58:32.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.622246000, lastModified=2023-03-26 14:58:32.620646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.622246000, lastModified=2023-03-26 14:58:32.620646000, delta=1600000 ns, racy<=10000 ns 14:58:32.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.623961000, lastModified=2023-03-26 14:58:32.620646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.620646000 to 2023-03-26 14:58:32.622646000 14:58:32.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.624166000, lastModified=2023-03-26 14:58:32.622646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.624166000, lastModified=2023-03-26 14:58:32.622646000, delta=1520000 ns, racy<=10000 ns 14:58:32.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.625959000, lastModified=2023-03-26 14:58:32.624646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.625959000, lastModified=2023-03-26 14:58:32.624646000, delta=1313000 ns, racy<=10000 ns 14:58:32.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.627694000, lastModified=2023-03-26 14:58:32.624646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.624646000 to 2023-03-26 14:58:32.626646000 14:58:32.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.627961000, lastModified=2023-03-26 14:58:32.626646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.627961000, lastModified=2023-03-26 14:58:32.626646000, delta=1315000 ns, racy<=10000 ns 14:58:32.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.629727000, lastModified=2023-03-26 14:58:32.628646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.629727000, lastModified=2023-03-26 14:58:32.628646000, delta=1081000 ns, racy<=10000 ns 14:58:32.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.631413000, lastModified=2023-03-26 14:58:32.628646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.628646000 to 2023-03-26 14:58:32.630646000 14:58:32.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.631666000, lastModified=2023-03-26 14:58:32.630646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.631666000, lastModified=2023-03-26 14:58:32.630646000, delta=1020000 ns, racy<=10000 ns 14:58:32.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.633444000, lastModified=2023-03-26 14:58:32.631646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.631646000 to 2023-03-26 14:58:32.632646000 14:58:32.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.635149000, lastModified=2023-03-26 14:58:32.632646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.632646000 to 2023-03-26 14:58:32.633646000 14:58:32.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.635345000, lastModified=2023-03-26 14:58:32.633646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.635345000, lastModified=2023-03-26 14:58:32.633646000, delta=1699000 ns, racy<=10000 ns 14:58:32.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.637064000, lastModified=2023-03-26 14:58:32.635646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.637064000, lastModified=2023-03-26 14:58:32.635646000, delta=1418000 ns, racy<=10000 ns 14:58:32.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.638761000, lastModified=2023-03-26 14:58:32.635646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.635646000 to 2023-03-26 14:58:32.637646000 14:58:32.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.638963000, lastModified=2023-03-26 14:58:32.637646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.638963000, lastModified=2023-03-26 14:58:32.637646000, delta=1317000 ns, racy<=10000 ns 14:58:32.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.640677000, lastModified=2023-03-26 14:58:32.639646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.640677000, lastModified=2023-03-26 14:58:32.639646000, delta=1031000 ns, racy<=10000 ns 14:58:32.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.642438000, lastModified=2023-03-26 14:58:32.639646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.639646000 to 2023-03-26 14:58:32.641646000 14:58:32.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.642681000, lastModified=2023-03-26 14:58:32.641646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.642681000, lastModified=2023-03-26 14:58:32.641646000, delta=1035000 ns, racy<=10000 ns 14:58:32.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.644367000, lastModified=2023-03-26 14:58:32.642646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.644367000, lastModified=2023-03-26 14:58:32.642646000, delta=1721000 ns, racy<=10000 ns 14:58:32.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.646100000, lastModified=2023-03-26 14:58:32.643646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.643646000 to 2023-03-26 14:58:32.644646000 14:58:32.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.646296000, lastModified=2023-03-26 14:58:32.644646000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.646296000, lastModified=2023-03-26 14:58:32.644646000, delta=1650000 ns, racy<=10000 ns 14:58:32.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.648019000, lastModified=2023-03-26 14:58:32.646647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.648019000, lastModified=2023-03-26 14:58:32.646647000, delta=1372000 ns, racy<=10000 ns 14:58:32.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.649707000, lastModified=2023-03-26 14:58:32.646647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.646647000 to 2023-03-26 14:58:32.648647000 14:58:32.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.649903000, lastModified=2023-03-26 14:58:32.648647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.649903000, lastModified=2023-03-26 14:58:32.648647000, delta=1256000 ns, racy<=10000 ns 14:58:32.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.651684000, lastModified=2023-03-26 14:58:32.650647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.651684000, lastModified=2023-03-26 14:58:32.650647000, delta=1037000 ns, racy<=10000 ns 14:58:32.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.653637000, lastModified=2023-03-26 14:58:32.650647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.650647000 to 2023-03-26 14:58:32.652647000 14:58:32.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.653895000, lastModified=2023-03-26 14:58:32.652647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.653895000, lastModified=2023-03-26 14:58:32.652647000, delta=1248000 ns, racy<=10000 ns 14:58:32.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.655720000, lastModified=2023-03-26 14:58:32.654647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.655720000, lastModified=2023-03-26 14:58:32.654647000, delta=1073000 ns, racy<=10000 ns 14:58:32.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.658101000, lastModified=2023-03-26 14:58:32.654647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.654647000 to 2023-03-26 14:58:32.656647000 14:58:32.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.658350000, lastModified=2023-03-26 14:58:32.656647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.658350000, lastModified=2023-03-26 14:58:32.656647000, delta=1703000 ns, racy<=10000 ns 14:58:32.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.660362000, lastModified=2023-03-26 14:58:32.658647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.660362000, lastModified=2023-03-26 14:58:32.658647000, delta=1715000 ns, racy<=10000 ns 14:58:32.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.662294000, lastModified=2023-03-26 14:58:32.659647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.659647000 to 2023-03-26 14:58:32.660647000 14:58:32.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.662516000, lastModified=2023-03-26 14:58:32.660647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.660647000 to 2023-03-26 14:58:32.661647000 14:58:32.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.664658000, lastModified=2023-03-26 14:58:32.663647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.664658000, lastModified=2023-03-26 14:58:32.663647000, delta=1011000 ns, racy<=10000 ns 14:58:32.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.666716000, lastModified=2023-03-26 14:58:32.663647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.663647000 to 2023-03-26 14:58:32.665647000 14:58:32.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.666977000, lastModified=2023-03-26 14:58:32.665647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.666977000, lastModified=2023-03-26 14:58:32.665647000, delta=1330000 ns, racy<=10000 ns 14:58:32.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.669278000, lastModified=2023-03-26 14:58:32.667647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.669278000, lastModified=2023-03-26 14:58:32.667647000, delta=1631000 ns, racy<=10000 ns 14:58:32.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.671389000, lastModified=2023-03-26 14:58:32.667647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.667647000 to 2023-03-26 14:58:32.669647000 14:58:32.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.671665000, lastModified=2023-03-26 14:58:32.670647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.671665000, lastModified=2023-03-26 14:58:32.670647000, delta=1018000 ns, racy<=10000 ns 14:58:32.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.673810000, lastModified=2023-03-26 14:58:32.672647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.673810000, lastModified=2023-03-26 14:58:32.672647000, delta=1163000 ns, racy<=10000 ns 14:58:32.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.675850000, lastModified=2023-03-26 14:58:32.672647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.672647000 to 2023-03-26 14:58:32.674647000 14:58:32.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.676103000, lastModified=2023-03-26 14:58:32.674647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.676103000, lastModified=2023-03-26 14:58:32.674647000, delta=1456000 ns, racy<=10000 ns 14:58:32.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.678356000, lastModified=2023-03-26 14:58:32.676647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.678356000, lastModified=2023-03-26 14:58:32.676647000, delta=1709000 ns, racy<=10000 ns 14:58:32.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.680341000, lastModified=2023-03-26 14:58:32.677647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.677647000 to 2023-03-26 14:58:32.678647000 14:58:32.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.680589000, lastModified=2023-03-26 14:58:32.679647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.680589000, lastModified=2023-03-26 14:58:32.679647000, delta=942000 ns, racy<=10000 ns 14:58:32.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.682855000, lastModified=2023-03-26 14:58:32.681647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.682855000, lastModified=2023-03-26 14:58:32.681647000, delta=1208000 ns, racy<=10000 ns 14:58:32.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.684938000, lastModified=2023-03-26 14:58:32.681647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.681647000 to 2023-03-26 14:58:32.683647000 14:58:32.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.685126000, lastModified=2023-03-26 14:58:32.683647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.683647000 to 2023-03-26 14:58:32.684647000 14:58:32.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.687820000, lastModified=2023-03-26 14:58:32.686647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.687820000, lastModified=2023-03-26 14:58:32.686647000, delta=1173000 ns, racy<=10000 ns 14:58:32.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.689710000, lastModified=2023-03-26 14:58:32.686647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.686647000 to 2023-03-26 14:58:32.688647000 14:58:32.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.689972000, lastModified=2023-03-26 14:58:32.688647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.689972000, lastModified=2023-03-26 14:58:32.688647000, delta=1325000 ns, racy<=10000 ns 14:58:32.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.692259000, lastModified=2023-03-26 14:58:32.690647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.692259000, lastModified=2023-03-26 14:58:32.690647000, delta=1612000 ns, racy<=10000 ns 14:58:32.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.694366000, lastModified=2023-03-26 14:58:32.690647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.690647000 to 2023-03-26 14:58:32.692647000 14:58:32.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.694676000, lastModified=2023-03-26 14:58:32.693647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.694676000, lastModified=2023-03-26 14:58:32.693647000, delta=1029000 ns, racy<=10000 ns 14:58:32.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.696850000, lastModified=2023-03-26 14:58:32.695647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.696850000, lastModified=2023-03-26 14:58:32.695647000, delta=1203000 ns, racy<=10000 ns 14:58:32.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.699129000, lastModified=2023-03-26 14:58:32.695647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.695647000 to 2023-03-26 14:58:32.697647000 14:58:32.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.699389000, lastModified=2023-03-26 14:58:32.697647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.699389000, lastModified=2023-03-26 14:58:32.697647000, delta=1742000 ns, racy<=10000 ns 14:58:32.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.701515000, lastModified=2023-03-26 14:58:32.699647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.699647000 to 2023-03-26 14:58:32.700647000 14:58:32.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.703714000, lastModified=2023-03-26 14:58:32.700647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.700647000 to 2023-03-26 14:58:32.702647000 14:58:32.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.703984000, lastModified=2023-03-26 14:58:32.702647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.703984000, lastModified=2023-03-26 14:58:32.702647000, delta=1337000 ns, racy<=10000 ns 14:58:32.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.706272000, lastModified=2023-03-26 14:58:32.704647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.706272000, lastModified=2023-03-26 14:58:32.704647000, delta=1625000 ns, racy<=10000 ns 14:58:32.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.708477000, lastModified=2023-03-26 14:58:32.705647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.705647000 to 2023-03-26 14:58:32.707647000 14:58:32.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.708771000, lastModified=2023-03-26 14:58:32.707647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.708771000, lastModified=2023-03-26 14:58:32.707647000, delta=1124000 ns, racy<=10000 ns 14:58:32.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.710847000, lastModified=2023-03-26 14:58:32.709647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.710847000, lastModified=2023-03-26 14:58:32.709647000, delta=1200000 ns, racy<=10000 ns 14:58:32.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.713166000, lastModified=2023-03-26 14:58:32.709647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.709647000 to 2023-03-26 14:58:32.711647000 14:58:32.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.713417000, lastModified=2023-03-26 14:58:32.711647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.713417000, lastModified=2023-03-26 14:58:32.711647000, delta=1770000 ns, racy<=10000 ns 14:58:32.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.715443000, lastModified=2023-03-26 14:58:32.713647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.713647000 to 2023-03-26 14:58:32.714647000 14:58:32.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.717466000, lastModified=2023-03-26 14:58:32.714647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.714647000 to 2023-03-26 14:58:32.716647000 14:58:32.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.717721000, lastModified=2023-03-26 14:58:32.716647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.717721000, lastModified=2023-03-26 14:58:32.716647000, delta=1074000 ns, racy<=10000 ns 14:58:32.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.719814000, lastModified=2023-03-26 14:58:32.718647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.719814000, lastModified=2023-03-26 14:58:32.718647000, delta=1167000 ns, racy<=10000 ns 14:58:32.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.721658000, lastModified=2023-03-26 14:58:32.718647000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.718647000 to 2023-03-26 14:58:32.720648000 14:58:32.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.721921000, lastModified=2023-03-26 14:58:32.720648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.721921000, lastModified=2023-03-26 14:58:32.720648000, delta=1273000 ns, racy<=10000 ns 14:58:32.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.724209000, lastModified=2023-03-26 14:58:32.722648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.724209000, lastModified=2023-03-26 14:58:32.722648000, delta=1561000 ns, racy<=10000 ns 14:58:32.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.726323000, lastModified=2023-03-26 14:58:32.722648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.722648000 to 2023-03-26 14:58:32.724648000 14:58:32.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.726534000, lastModified=2023-03-26 14:58:32.725648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.726534000, lastModified=2023-03-26 14:58:32.725648000, delta=886000 ns, racy<=10000 ns 14:58:32.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.728468000, lastModified=2023-03-26 14:58:32.726648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.726648000 to 2023-03-26 14:58:32.727648000 14:58:32.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.730734000, lastModified=2023-03-26 14:58:32.727648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.727648000 to 2023-03-26 14:58:32.729648000 14:58:32.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.730996000, lastModified=2023-03-26 14:58:32.729648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.730996000, lastModified=2023-03-26 14:58:32.729648000, delta=1348000 ns, racy<=10000 ns 14:58:32.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.733277000, lastModified=2023-03-26 14:58:32.731648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.733277000, lastModified=2023-03-26 14:58:32.731648000, delta=1629000 ns, racy<=10000 ns 14:58:32.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.735375000, lastModified=2023-03-26 14:58:32.732648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.732648000 to 2023-03-26 14:58:32.733648000 14:58:32.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.735641000, lastModified=2023-03-26 14:58:32.734648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.735641000, lastModified=2023-03-26 14:58:32.734648000, delta=993000 ns, racy<=10000 ns 14:58:32.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.737830000, lastModified=2023-03-26 14:58:32.736648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.737830000, lastModified=2023-03-26 14:58:32.736648000, delta=1182000 ns, racy<=10000 ns 14:58:32.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.740043000, lastModified=2023-03-26 14:58:32.736648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.736648000 to 2023-03-26 14:58:32.738648000 14:58:32.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.740293000, lastModified=2023-03-26 14:58:32.738648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.740293000, lastModified=2023-03-26 14:58:32.738648000, delta=1645000 ns, racy<=10000 ns 14:58:32.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.754124000, lastModified=2023-03-26 14:58:32.752648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.754124000, lastModified=2023-03-26 14:58:32.752648000, delta=1476000 ns, racy<=10000 ns 14:58:32.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.756127000, lastModified=2023-03-26 14:58:32.752648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.752648000 to 2023-03-26 14:58:32.754648000 14:58:32.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.756414000, lastModified=2023-03-26 14:58:32.754648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.756414000, lastModified=2023-03-26 14:58:32.754648000, delta=1766000 ns, racy<=10000 ns 14:58:32.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.758311000, lastModified=2023-03-26 14:58:32.756648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.758311000, lastModified=2023-03-26 14:58:32.756648000, delta=1663000 ns, racy<=10000 ns 14:58:32.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.760185000, lastModified=2023-03-26 14:58:32.757648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.757648000 to 2023-03-26 14:58:32.758648000 14:58:32.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.760433000, lastModified=2023-03-26 14:58:32.758648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.758648000 to 2023-03-26 14:58:32.759648000 14:58:32.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.762337000, lastModified=2023-03-26 14:58:32.760648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.762337000, lastModified=2023-03-26 14:58:32.760648000, delta=1689000 ns, racy<=10000 ns 14:58:32.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.764140000, lastModified=2023-03-26 14:58:32.761648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.761648000 to 2023-03-26 14:58:32.762648000 14:58:32.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.764375000, lastModified=2023-03-26 14:58:32.762648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.764375000, lastModified=2023-03-26 14:58:32.762648000, delta=1727000 ns, racy<=10000 ns 14:58:32.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.766154000, lastModified=2023-03-26 14:58:32.764648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.766154000, lastModified=2023-03-26 14:58:32.764648000, delta=1506000 ns, racy<=10000 ns 14:58:32.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.768081000, lastModified=2023-03-26 14:58:32.764648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.764648000 to 2023-03-26 14:58:32.766648000 14:58:32.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.768329000, lastModified=2023-03-26 14:58:32.766648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.768329000, lastModified=2023-03-26 14:58:32.766648000, delta=1681000 ns, racy<=10000 ns 14:58:32.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.770083000, lastModified=2023-03-26 14:58:32.768648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.770083000, lastModified=2023-03-26 14:58:32.768648000, delta=1435000 ns, racy<=10000 ns 14:58:32.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.772052000, lastModified=2023-03-26 14:58:32.768648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.768648000 to 2023-03-26 14:58:32.770648000 14:58:32.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.772298000, lastModified=2023-03-26 14:58:32.770648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.772298000, lastModified=2023-03-26 14:58:32.770648000, delta=1650000 ns, racy<=10000 ns 14:58:32.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.774153000, lastModified=2023-03-26 14:58:32.772648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.774153000, lastModified=2023-03-26 14:58:32.772648000, delta=1505000 ns, racy<=10000 ns 14:58:32.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.776062000, lastModified=2023-03-26 14:58:32.772648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.772648000 to 2023-03-26 14:58:32.774648000 14:58:32.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.776342000, lastModified=2023-03-26 14:58:32.774648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.776342000, lastModified=2023-03-26 14:58:32.774648000, delta=1694000 ns, racy<=10000 ns 14:58:32.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.778186000, lastModified=2023-03-26 14:58:32.776648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.778186000, lastModified=2023-03-26 14:58:32.776648000, delta=1538000 ns, racy<=10000 ns 14:58:32.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.779987000, lastModified=2023-03-26 14:58:32.776648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.776648000 to 2023-03-26 14:58:32.778648000 14:58:32.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.780342000, lastModified=2023-03-26 14:58:32.778648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.780342000, lastModified=2023-03-26 14:58:32.778648000, delta=1694000 ns, racy<=10000 ns 14:58:32.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.782283000, lastModified=2023-03-26 14:58:32.780648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.782283000, lastModified=2023-03-26 14:58:32.780648000, delta=1635000 ns, racy<=10000 ns 14:58:32.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.784048000, lastModified=2023-03-26 14:58:32.780648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.780648000 to 2023-03-26 14:58:32.782648000 14:58:32.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.784314000, lastModified=2023-03-26 14:58:32.782648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.784314000, lastModified=2023-03-26 14:58:32.782648000, delta=1666000 ns, racy<=10000 ns 14:58:32.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.786063000, lastModified=2023-03-26 14:58:32.784648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.786063000, lastModified=2023-03-26 14:58:32.784648000, delta=1415000 ns, racy<=10000 ns 14:58:32.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.787907000, lastModified=2023-03-26 14:58:32.784648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.784648000 to 2023-03-26 14:58:32.786648000 14:58:32.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.788181000, lastModified=2023-03-26 14:58:32.786648000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.788181000, lastModified=2023-03-26 14:58:32.786648000, delta=1533000 ns, racy<=10000 ns 14:58:32.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.807314000, lastModified=2023-03-26 14:58:32.805649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.807314000, lastModified=2023-03-26 14:58:32.805649000, delta=1665000 ns, racy<=10000 ns 14:58:32.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.809382000, lastModified=2023-03-26 14:58:32.805649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.805649000 to 2023-03-26 14:58:32.808649000 14:58:32.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.813874000, lastModified=2023-03-26 14:58:32.812649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.813874000, lastModified=2023-03-26 14:58:32.812649000, delta=1225000 ns, racy<=10000 ns 14:58:32.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.815672000, lastModified=2023-03-26 14:58:32.814649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.815672000, lastModified=2023-03-26 14:58:32.814649000, delta=1023000 ns, racy<=10000 ns 14:58:32.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.817415000, lastModified=2023-03-26 14:58:32.814649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.814649000 to 2023-03-26 14:58:32.816649000 14:58:32.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.817688000, lastModified=2023-03-26 14:58:32.816649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.817688000, lastModified=2023-03-26 14:58:32.816649000, delta=1039000 ns, racy<=10000 ns 14:58:32.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.819467000, lastModified=2023-03-26 14:58:32.817649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.817649000 to 2023-03-26 14:58:32.818649000 14:58:32.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.821254000, lastModified=2023-03-26 14:58:32.818649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.818649000 to 2023-03-26 14:58:32.819649000 14:58:32.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.821456000, lastModified=2023-03-26 14:58:32.819649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.819649000 to 2023-03-26 14:58:32.820649000 14:58:32.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.823206000, lastModified=2023-03-26 14:58:32.821649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.823206000, lastModified=2023-03-26 14:58:32.821649000, delta=1557000 ns, racy<=10000 ns 14:58:32.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.824957000, lastModified=2023-03-26 14:58:32.821649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.821649000 to 2023-03-26 14:58:32.823649000 14:58:32.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.825237000, lastModified=2023-03-26 14:58:32.823649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.825237000, lastModified=2023-03-26 14:58:32.823649000, delta=1588000 ns, racy<=10000 ns 14:58:32.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.826955000, lastModified=2023-03-26 14:58:32.825649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.826955000, lastModified=2023-03-26 14:58:32.825649000, delta=1306000 ns, racy<=10000 ns 14:58:32.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.828780000, lastModified=2023-03-26 14:58:32.825649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.825649000 to 2023-03-26 14:58:32.827649000 14:58:32.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.829092000, lastModified=2023-03-26 14:58:32.827649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.829092000, lastModified=2023-03-26 14:58:32.827649000, delta=1443000 ns, racy<=10000 ns 14:58:32.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.831037000, lastModified=2023-03-26 14:58:32.829649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.831037000, lastModified=2023-03-26 14:58:32.829649000, delta=1388000 ns, racy<=10000 ns 14:58:32.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.832853000, lastModified=2023-03-26 14:58:32.829649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.829649000 to 2023-03-26 14:58:32.831649000 14:58:32.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.833160000, lastModified=2023-03-26 14:58:32.831649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.833160000, lastModified=2023-03-26 14:58:32.831649000, delta=1511000 ns, racy<=10000 ns 14:58:32.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.835121000, lastModified=2023-03-26 14:58:32.833649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.835121000, lastModified=2023-03-26 14:58:32.833649000, delta=1472000 ns, racy<=10000 ns 14:58:32.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.836993000, lastModified=2023-03-26 14:58:32.833649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.833649000 to 2023-03-26 14:58:32.835649000 14:58:32.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.837312000, lastModified=2023-03-26 14:58:32.835649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.837312000, lastModified=2023-03-26 14:58:32.835649000, delta=1663000 ns, racy<=10000 ns 14:58:32.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.839324000, lastModified=2023-03-26 14:58:32.837649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.839324000, lastModified=2023-03-26 14:58:32.837649000, delta=1675000 ns, racy<=10000 ns 14:58:32.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.841563000, lastModified=2023-03-26 14:58:32.838649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.838649000 to 2023-03-26 14:58:32.840649000 14:58:32.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.841807000, lastModified=2023-03-26 14:58:32.840649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.841807000, lastModified=2023-03-26 14:58:32.840649000, delta=1158000 ns, racy<=10000 ns 14:58:32.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.843548000, lastModified=2023-03-26 14:58:32.842649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.843548000, lastModified=2023-03-26 14:58:32.842649000, delta=899000 ns, racy<=10000 ns 14:58:32.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.845509000, lastModified=2023-03-26 14:58:32.842649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.842649000 to 2023-03-26 14:58:32.844649000 14:58:32.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.845765000, lastModified=2023-03-26 14:58:32.844649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.845765000, lastModified=2023-03-26 14:58:32.844649000, delta=1116000 ns, racy<=10000 ns 14:58:32.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.847681000, lastModified=2023-03-26 14:58:32.846649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.847681000, lastModified=2023-03-26 14:58:32.846649000, delta=1032000 ns, racy<=10000 ns 14:58:32.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.849554000, lastModified=2023-03-26 14:58:32.846649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.846649000 to 2023-03-26 14:58:32.848649000 14:58:32.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.849804000, lastModified=2023-03-26 14:58:32.848649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.849804000, lastModified=2023-03-26 14:58:32.848649000, delta=1155000 ns, racy<=10000 ns 14:58:32.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.851527000, lastModified=2023-03-26 14:58:32.849649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.849649000 to 2023-03-26 14:58:32.850649000 14:58:32.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.853590000, lastModified=2023-03-26 14:58:32.850649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.850649000 to 2023-03-26 14:58:32.852649000 14:58:32.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.853818000, lastModified=2023-03-26 14:58:32.852649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.853818000, lastModified=2023-03-26 14:58:32.852649000, delta=1169000 ns, racy<=10000 ns 14:58:32.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.855738000, lastModified=2023-03-26 14:58:32.854649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.855738000, lastModified=2023-03-26 14:58:32.854649000, delta=1089000 ns, racy<=10000 ns 14:58:32.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.857634000, lastModified=2023-03-26 14:58:32.854649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.854649000 to 2023-03-26 14:58:32.856649000 14:58:32.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.857868000, lastModified=2023-03-26 14:58:32.856649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.857868000, lastModified=2023-03-26 14:58:32.856649000, delta=1219000 ns, racy<=10000 ns 14:58:32.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.859864000, lastModified=2023-03-26 14:58:32.858649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.859864000, lastModified=2023-03-26 14:58:32.858649000, delta=1215000 ns, racy<=10000 ns 14:58:32.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.861721000, lastModified=2023-03-26 14:58:32.858649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.858649000 to 2023-03-26 14:58:32.860649000 14:58:32.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.861960000, lastModified=2023-03-26 14:58:32.860649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.861960000, lastModified=2023-03-26 14:58:32.860649000, delta=1311000 ns, racy<=10000 ns 14:58:32.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.864119000, lastModified=2023-03-26 14:58:32.862649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.864119000, lastModified=2023-03-26 14:58:32.862649000, delta=1470000 ns, racy<=10000 ns 14:58:32.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.866061000, lastModified=2023-03-26 14:58:32.862649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.862649000 to 2023-03-26 14:58:32.864649000 14:58:32.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.866258000, lastModified=2023-03-26 14:58:32.864649000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.866258000, lastModified=2023-03-26 14:58:32.864649000, delta=1609000 ns, racy<=10000 ns 14:58:32.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.868282000, lastModified=2023-03-26 14:58:32.866650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.868282000, lastModified=2023-03-26 14:58:32.866650000, delta=1632000 ns, racy<=10000 ns 14:58:32.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.870249000, lastModified=2023-03-26 14:58:32.866650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.866650000 to 2023-03-26 14:58:32.868650000 14:58:32.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.870451000, lastModified=2023-03-26 14:58:32.868650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.868650000 to 2023-03-26 14:58:32.869650000 14:58:32.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.872477000, lastModified=2023-03-26 14:58:32.870650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.870650000 to 2023-03-26 14:58:32.871650000 14:58:32.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.874711000, lastModified=2023-03-26 14:58:32.871650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.871650000 to 2023-03-26 14:58:32.873650000 14:58:32.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.874948000, lastModified=2023-03-26 14:58:32.873650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.874948000, lastModified=2023-03-26 14:58:32.873650000, delta=1298000 ns, racy<=10000 ns 14:58:32.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.876799000, lastModified=2023-03-26 14:58:32.875650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.876799000, lastModified=2023-03-26 14:58:32.875650000, delta=1149000 ns, racy<=10000 ns 14:58:32.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.878762000, lastModified=2023-03-26 14:58:32.875650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.875650000 to 2023-03-26 14:58:32.877650000 14:58:32.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.878998000, lastModified=2023-03-26 14:58:32.877650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.878998000, lastModified=2023-03-26 14:58:32.877650000, delta=1348000 ns, racy<=10000 ns 14:58:32.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.881150000, lastModified=2023-03-26 14:58:32.879650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.881150000, lastModified=2023-03-26 14:58:32.879650000, delta=1500000 ns, racy<=10000 ns 14:58:32.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.882926000, lastModified=2023-03-26 14:58:32.879650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.879650000 to 2023-03-26 14:58:32.881650000 14:58:32.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.883326000, lastModified=2023-03-26 14:58:32.881650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.883326000, lastModified=2023-03-26 14:58:32.881650000, delta=1676000 ns, racy<=10000 ns 14:58:32.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.885293000, lastModified=2023-03-26 14:58:32.883650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.885293000, lastModified=2023-03-26 14:58:32.883650000, delta=1643000 ns, racy<=10000 ns 14:58:32.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.887253000, lastModified=2023-03-26 14:58:32.884650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.884650000 to 2023-03-26 14:58:32.885650000 14:58:32.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.887473000, lastModified=2023-03-26 14:58:32.885650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.885650000 to 2023-03-26 14:58:32.886650000 14:58:32.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.889327000, lastModified=2023-03-26 14:58:32.887650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.889327000, lastModified=2023-03-26 14:58:32.887650000, delta=1677000 ns, racy<=10000 ns 14:58:32.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.891139000, lastModified=2023-03-26 14:58:32.887650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.887650000 to 2023-03-26 14:58:32.889650000 14:58:32.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.891374000, lastModified=2023-03-26 14:58:32.889650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.891374000, lastModified=2023-03-26 14:58:32.889650000, delta=1724000 ns, racy<=10000 ns 14:58:32.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.893228000, lastModified=2023-03-26 14:58:32.891650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.893228000, lastModified=2023-03-26 14:58:32.891650000, delta=1578000 ns, racy<=10000 ns 14:58:32.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.895298000, lastModified=2023-03-26 14:58:32.891650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.891650000 to 2023-03-26 14:58:32.893650000 14:58:32.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.895481000, lastModified=2023-03-26 14:58:32.893650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.893650000 to 2023-03-26 14:58:32.894650000 14:58:32.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.897372000, lastModified=2023-03-26 14:58:32.895650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.897372000, lastModified=2023-03-26 14:58:32.895650000, delta=1722000 ns, racy<=10000 ns 14:58:32.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.899176000, lastModified=2023-03-26 14:58:32.896650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.896650000 to 2023-03-26 14:58:32.897650000 14:58:32.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.899416000, lastModified=2023-03-26 14:58:32.897650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.899416000, lastModified=2023-03-26 14:58:32.897650000, delta=1766000 ns, racy<=10000 ns 14:58:32.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.901422000, lastModified=2023-03-26 14:58:32.899650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.899650000 to 2023-03-26 14:58:32.900650000 14:58:32.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.903502000, lastModified=2023-03-26 14:58:32.900650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.900650000 to 2023-03-26 14:58:32.902650000 14:58:32.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.903761000, lastModified=2023-03-26 14:58:32.902650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.903761000, lastModified=2023-03-26 14:58:32.902650000, delta=1111000 ns, racy<=10000 ns 14:58:32.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.905776000, lastModified=2023-03-26 14:58:32.904650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.905776000, lastModified=2023-03-26 14:58:32.904650000, delta=1126000 ns, racy<=10000 ns 14:58:32.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.907947000, lastModified=2023-03-26 14:58:32.904650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.904650000 to 2023-03-26 14:58:32.906650000 14:58:32.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.908191000, lastModified=2023-03-26 14:58:32.906650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.908191000, lastModified=2023-03-26 14:58:32.906650000, delta=1541000 ns, racy<=10000 ns 14:58:32.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.910305000, lastModified=2023-03-26 14:58:32.908650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.910305000, lastModified=2023-03-26 14:58:32.908650000, delta=1655000 ns, racy<=10000 ns 14:58:32.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.912395000, lastModified=2023-03-26 14:58:32.908650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.908650000 to 2023-03-26 14:58:32.910650000 14:58:32.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.912646000, lastModified=2023-03-26 14:58:32.911650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.912646000, lastModified=2023-03-26 14:58:32.911650000, delta=996000 ns, racy<=10000 ns 14:58:32.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.914628000, lastModified=2023-03-26 14:58:32.913650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.914628000, lastModified=2023-03-26 14:58:32.913650000, delta=978000 ns, racy<=10000 ns 14:58:32.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.916715000, lastModified=2023-03-26 14:58:32.913650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.913650000 to 2023-03-26 14:58:32.915650000 14:58:32.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.916973000, lastModified=2023-03-26 14:58:32.915650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.916973000, lastModified=2023-03-26 14:58:32.915650000, delta=1323000 ns, racy<=10000 ns 14:58:32.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.919249000, lastModified=2023-03-26 14:58:32.917650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.919249000, lastModified=2023-03-26 14:58:32.917650000, delta=1599000 ns, racy<=10000 ns 14:58:32.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.921349000, lastModified=2023-03-26 14:58:32.917650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.917650000 to 2023-03-26 14:58:32.919650000 14:58:32.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.921585000, lastModified=2023-03-26 14:58:32.920650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.921585000, lastModified=2023-03-26 14:58:32.920650000, delta=935000 ns, racy<=10000 ns 14:58:32.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.923546000, lastModified=2023-03-26 14:58:32.921650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.921650000 to 2023-03-26 14:58:32.922650000 14:58:32.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.925551000, lastModified=2023-03-26 14:58:32.922650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.922650000 to 2023-03-26 14:58:32.924650000 14:58:32.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.925852000, lastModified=2023-03-26 14:58:32.924650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.925852000, lastModified=2023-03-26 14:58:32.924650000, delta=1202000 ns, racy<=10000 ns 14:58:32.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.927758000, lastModified=2023-03-26 14:58:32.926650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.927758000, lastModified=2023-03-26 14:58:32.926650000, delta=1108000 ns, racy<=10000 ns 14:58:32.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.929695000, lastModified=2023-03-26 14:58:32.926650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.926650000 to 2023-03-26 14:58:32.928650000 14:58:32.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.929920000, lastModified=2023-03-26 14:58:32.928650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.929920000, lastModified=2023-03-26 14:58:32.928650000, delta=1270000 ns, racy<=10000 ns 14:58:32.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.931821000, lastModified=2023-03-26 14:58:32.930650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.931821000, lastModified=2023-03-26 14:58:32.930650000, delta=1171000 ns, racy<=10000 ns 14:58:32.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.933704000, lastModified=2023-03-26 14:58:32.930650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.930650000 to 2023-03-26 14:58:32.932650000 14:58:32.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.933936000, lastModified=2023-03-26 14:58:32.932650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.933936000, lastModified=2023-03-26 14:58:32.932650000, delta=1286000 ns, racy<=10000 ns 14:58:32.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.936130000, lastModified=2023-03-26 14:58:32.934650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.936130000, lastModified=2023-03-26 14:58:32.934650000, delta=1480000 ns, racy<=10000 ns 14:58:32.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.938235000, lastModified=2023-03-26 14:58:32.934650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.934650000 to 2023-03-26 14:58:32.936650000 14:58:32.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.938466000, lastModified=2023-03-26 14:58:32.936650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.936650000 to 2023-03-26 14:58:32.937650000 14:58:32.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.940676000, lastModified=2023-03-26 14:58:32.939650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.940676000, lastModified=2023-03-26 14:58:32.939650000, delta=1026000 ns, racy<=10000 ns 14:58:32.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.942706000, lastModified=2023-03-26 14:58:32.939650000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.939650000 to 2023-03-26 14:58:32.941651000 14:58:32.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.942917000, lastModified=2023-03-26 14:58:32.941651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.942917000, lastModified=2023-03-26 14:58:32.941651000, delta=1266000 ns, racy<=10000 ns 14:58:32.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.944701000, lastModified=2023-03-26 14:58:32.943651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.944701000, lastModified=2023-03-26 14:58:32.943651000, delta=1050000 ns, racy<=10000 ns 14:58:32.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.946526000, lastModified=2023-03-26 14:58:32.943651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.943651000 to 2023-03-26 14:58:32.945651000 14:58:32.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.946719000, lastModified=2023-03-26 14:58:32.945651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.946719000, lastModified=2023-03-26 14:58:32.945651000, delta=1068000 ns, racy<=10000 ns 14:58:32.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.948402000, lastModified=2023-03-26 14:58:32.946651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.948402000, lastModified=2023-03-26 14:58:32.946651000, delta=1751000 ns, racy<=10000 ns 14:58:32.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.950186000, lastModified=2023-03-26 14:58:32.947651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.947651000 to 2023-03-26 14:58:32.948651000 14:58:32.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.950380000, lastModified=2023-03-26 14:58:32.948651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.950380000, lastModified=2023-03-26 14:58:32.948651000, delta=1729000 ns, racy<=10000 ns 14:58:32.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.952165000, lastModified=2023-03-26 14:58:32.950651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.952165000, lastModified=2023-03-26 14:58:32.950651000, delta=1514000 ns, racy<=10000 ns 14:58:32.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.953841000, lastModified=2023-03-26 14:58:32.950651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.950651000 to 2023-03-26 14:58:32.952651000 14:58:32.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.954088000, lastModified=2023-03-26 14:58:32.952651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.954088000, lastModified=2023-03-26 14:58:32.952651000, delta=1437000 ns, racy<=10000 ns 14:58:32.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.955804000, lastModified=2023-03-26 14:58:32.954651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.955804000, lastModified=2023-03-26 14:58:32.954651000, delta=1153000 ns, racy<=10000 ns 14:58:32.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.957554000, lastModified=2023-03-26 14:58:32.954651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.954651000 to 2023-03-26 14:58:32.956651000 14:58:32.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.957760000, lastModified=2023-03-26 14:58:32.956651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.957760000, lastModified=2023-03-26 14:58:32.956651000, delta=1109000 ns, racy<=10000 ns 14:58:32.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.959733000, lastModified=2023-03-26 14:58:32.958651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.959733000, lastModified=2023-03-26 14:58:32.958651000, delta=1082000 ns, racy<=10000 ns 14:58:32.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.961554000, lastModified=2023-03-26 14:58:32.958651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.958651000 to 2023-03-26 14:58:32.960651000 14:58:32.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.961763000, lastModified=2023-03-26 14:58:32.960651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.961763000, lastModified=2023-03-26 14:58:32.960651000, delta=1112000 ns, racy<=10000 ns 14:58:32.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.963703000, lastModified=2023-03-26 14:58:32.962651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.963703000, lastModified=2023-03-26 14:58:32.962651000, delta=1052000 ns, racy<=10000 ns 14:58:32.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.965731000, lastModified=2023-03-26 14:58:32.962651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.962651000 to 2023-03-26 14:58:32.964651000 14:58:32.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.965954000, lastModified=2023-03-26 14:58:32.964651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.965954000, lastModified=2023-03-26 14:58:32.964651000, delta=1303000 ns, racy<=10000 ns 14:58:32.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.967831000, lastModified=2023-03-26 14:58:32.966651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.967831000, lastModified=2023-03-26 14:58:32.966651000, delta=1180000 ns, racy<=10000 ns 14:58:32.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.969642000, lastModified=2023-03-26 14:58:32.966651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.966651000 to 2023-03-26 14:58:32.968651000 14:58:32.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.969937000, lastModified=2023-03-26 14:58:32.968651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.969937000, lastModified=2023-03-26 14:58:32.968651000, delta=1286000 ns, racy<=10000 ns 14:58:32.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.971924000, lastModified=2023-03-26 14:58:32.970651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.971924000, lastModified=2023-03-26 14:58:32.970651000, delta=1273000 ns, racy<=10000 ns 14:58:32.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.974202000, lastModified=2023-03-26 14:58:32.970651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.970651000 to 2023-03-26 14:58:32.972651000 14:58:32.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.974461000, lastModified=2023-03-26 14:58:32.972651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.972651000 to 2023-03-26 14:58:32.973651000 14:58:32.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.976376000, lastModified=2023-03-26 14:58:32.974651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.976376000, lastModified=2023-03-26 14:58:32.974651000, delta=1725000 ns, racy<=10000 ns 14:58:32.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.978544000, lastModified=2023-03-26 14:58:32.975651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.975651000 to 2023-03-26 14:58:32.977651000 14:58:32.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.978812000, lastModified=2023-03-26 14:58:32.977651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.978812000, lastModified=2023-03-26 14:58:32.977651000, delta=1161000 ns, racy<=10000 ns 14:58:32.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.980702000, lastModified=2023-03-26 14:58:32.979651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.980702000, lastModified=2023-03-26 14:58:32.979651000, delta=1051000 ns, racy<=10000 ns 14:58:32.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.982657000, lastModified=2023-03-26 14:58:32.979651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.979651000 to 2023-03-26 14:58:32.981651000 14:58:32.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.982918000, lastModified=2023-03-26 14:58:32.981651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.982918000, lastModified=2023-03-26 14:58:32.981651000, delta=1267000 ns, racy<=10000 ns 14:58:32.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.984783000, lastModified=2023-03-26 14:58:32.983651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.984783000, lastModified=2023-03-26 14:58:32.983651000, delta=1132000 ns, racy<=10000 ns 14:58:32.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.986968000, lastModified=2023-03-26 14:58:32.983651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.983651000 to 2023-03-26 14:58:32.985651000 14:58:32.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.987207000, lastModified=2023-03-26 14:58:32.985651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.987207000, lastModified=2023-03-26 14:58:32.985651000, delta=1556000 ns, racy<=10000 ns 14:58:32.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.989253000, lastModified=2023-03-26 14:58:32.987651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.989253000, lastModified=2023-03-26 14:58:32.987651000, delta=1602000 ns, racy<=10000 ns 14:58:32.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.991076000, lastModified=2023-03-26 14:58:32.987651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.987651000 to 2023-03-26 14:58:32.989651000 14:58:32.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.991383000, lastModified=2023-03-26 14:58:32.989651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.991383000, lastModified=2023-03-26 14:58:32.989651000, delta=1732000 ns, racy<=10000 ns 14:58:32.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.993112000, lastModified=2023-03-26 14:58:32.991651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.993112000, lastModified=2023-03-26 14:58:32.991651000, delta=1461000 ns, racy<=10000 ns 14:58:32.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.995115000, lastModified=2023-03-26 14:58:32.991651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.991651000 to 2023-03-26 14:58:32.993651000 14:58:32.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.995348000, lastModified=2023-03-26 14:58:32.993651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.995348000, lastModified=2023-03-26 14:58:32.993651000, delta=1697000 ns, racy<=10000 ns 14:58:32.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.997186000, lastModified=2023-03-26 14:58:32.995651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.997186000, lastModified=2023-03-26 14:58:32.995651000, delta=1535000 ns, racy<=10000 ns 14:58:32.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:32.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.998843000, lastModified=2023-03-26 14:58:32.995651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:32.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.995651000 to 2023-03-26 14:58:32.997651000 14:58:32.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:32.999097000, lastModified=2023-03-26 14:58:32.997651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:32.999097000, lastModified=2023-03-26 14:58:32.997651000, delta=1446000 ns, racy<=10000 ns 14:58:33.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.001243000, lastModified=2023-03-26 14:58:32.999651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.001243000, lastModified=2023-03-26 14:58:32.999651000, delta=1592000 ns, racy<=10000 ns 14:58:33.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.003262000, lastModified=2023-03-26 14:58:32.999651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:32.999651000 to 2023-03-26 14:58:33.001651000 14:58:33.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.003471000, lastModified=2023-03-26 14:58:33.001651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.001651000 to 2023-03-26 14:58:33.002651000 14:58:33.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.005264000, lastModified=2023-03-26 14:58:33.003651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.005264000, lastModified=2023-03-26 14:58:33.003651000, delta=1613000 ns, racy<=10000 ns 14:58:33.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.007097000, lastModified=2023-03-26 14:58:33.003651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.003651000 to 2023-03-26 14:58:33.005651000 14:58:33.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.007327000, lastModified=2023-03-26 14:58:33.005651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.007327000, lastModified=2023-03-26 14:58:33.005651000, delta=1676000 ns, racy<=10000 ns 14:58:33.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.009370000, lastModified=2023-03-26 14:58:33.007651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.009370000, lastModified=2023-03-26 14:58:33.007651000, delta=1719000 ns, racy<=10000 ns 14:58:33.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.011276000, lastModified=2023-03-26 14:58:33.008651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.008651000 to 2023-03-26 14:58:33.009651000 14:58:33.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.011540000, lastModified=2023-03-26 14:58:33.010651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.011540000, lastModified=2023-03-26 14:58:33.010651000, delta=889000 ns, racy<=10000 ns 14:58:33.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.013577000, lastModified=2023-03-26 14:58:33.012651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.013577000, lastModified=2023-03-26 14:58:33.012651000, delta=926000 ns, racy<=10000 ns 14:58:33.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.015587000, lastModified=2023-03-26 14:58:33.012651000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.012651000 to 2023-03-26 14:58:33.014652000 14:58:33.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.015777000, lastModified=2023-03-26 14:58:33.014652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.015777000, lastModified=2023-03-26 14:58:33.014652000, delta=1125000 ns, racy<=10000 ns 14:58:33.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.017818000, lastModified=2023-03-26 14:58:33.016652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.017818000, lastModified=2023-03-26 14:58:33.016652000, delta=1166000 ns, racy<=10000 ns 14:58:33.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.019684000, lastModified=2023-03-26 14:58:33.016652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.016652000 to 2023-03-26 14:58:33.018652000 14:58:33.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.019883000, lastModified=2023-03-26 14:58:33.018652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.019883000, lastModified=2023-03-26 14:58:33.018652000, delta=1231000 ns, racy<=10000 ns 14:58:33.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.021859000, lastModified=2023-03-26 14:58:33.020652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.021859000, lastModified=2023-03-26 14:58:33.020652000, delta=1207000 ns, racy<=10000 ns 14:58:33.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.023781000, lastModified=2023-03-26 14:58:33.020652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.020652000 to 2023-03-26 14:58:33.022652000 14:58:33.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.024018000, lastModified=2023-03-26 14:58:33.022652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.024018000, lastModified=2023-03-26 14:58:33.022652000, delta=1366000 ns, racy<=10000 ns 14:58:33.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.025942000, lastModified=2023-03-26 14:58:33.024652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.025942000, lastModified=2023-03-26 14:58:33.024652000, delta=1290000 ns, racy<=10000 ns 14:58:33.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.027835000, lastModified=2023-03-26 14:58:33.024652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.024652000 to 2023-03-26 14:58:33.026652000 14:58:33.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.028075000, lastModified=2023-03-26 14:58:33.026652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.028075000, lastModified=2023-03-26 14:58:33.026652000, delta=1423000 ns, racy<=10000 ns 14:58:33.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.030017000, lastModified=2023-03-26 14:58:33.028652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.030017000, lastModified=2023-03-26 14:58:33.028652000, delta=1365000 ns, racy<=10000 ns 14:58:33.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.032216000, lastModified=2023-03-26 14:58:33.028652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.028652000 to 2023-03-26 14:58:33.030652000 14:58:33.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.032426000, lastModified=2023-03-26 14:58:33.030652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.030652000 to 2023-03-26 14:58:33.031652000 14:58:33.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.034593000, lastModified=2023-03-26 14:58:33.033652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.034593000, lastModified=2023-03-26 14:58:33.033652000, delta=941000 ns, racy<=10000 ns 14:58:33.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.036710000, lastModified=2023-03-26 14:58:33.033652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.033652000 to 2023-03-26 14:58:33.035652000 14:58:33.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.036989000, lastModified=2023-03-26 14:58:33.035652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.036989000, lastModified=2023-03-26 14:58:33.035652000, delta=1337000 ns, racy<=10000 ns 14:58:33.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.039057000, lastModified=2023-03-26 14:58:33.037652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.039057000, lastModified=2023-03-26 14:58:33.037652000, delta=1405000 ns, racy<=10000 ns 14:58:33.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.041277000, lastModified=2023-03-26 14:58:33.037652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.037652000 to 2023-03-26 14:58:33.039652000 14:58:33.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.041485000, lastModified=2023-03-26 14:58:33.039652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.039652000 to 2023-03-26 14:58:33.040652000 14:58:33.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.043352000, lastModified=2023-03-26 14:58:33.041652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.043352000, lastModified=2023-03-26 14:58:33.041652000, delta=1700000 ns, racy<=10000 ns 14:58:33.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.045209000, lastModified=2023-03-26 14:58:33.042652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.042652000 to 2023-03-26 14:58:33.043652000 14:58:33.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.045474000, lastModified=2023-03-26 14:58:33.043652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.043652000 to 2023-03-26 14:58:33.044652000 14:58:33.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.047406000, lastModified=2023-03-26 14:58:33.045652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.047406000, lastModified=2023-03-26 14:58:33.045652000, delta=1754000 ns, racy<=10000 ns 14:58:33.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.049215000, lastModified=2023-03-26 14:58:33.046652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.046652000 to 2023-03-26 14:58:33.047652000 14:58:33.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.049466000, lastModified=2023-03-26 14:58:33.047652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.047652000 to 2023-03-26 14:58:33.048652000 14:58:33.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.051280000, lastModified=2023-03-26 14:58:33.049652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.051280000, lastModified=2023-03-26 14:58:33.049652000, delta=1628000 ns, racy<=10000 ns 14:58:33.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.053067000, lastModified=2023-03-26 14:58:33.049652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.049652000 to 2023-03-26 14:58:33.051652000 14:58:33.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.053291000, lastModified=2023-03-26 14:58:33.051652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.053291000, lastModified=2023-03-26 14:58:33.051652000, delta=1639000 ns, racy<=10000 ns 14:58:33.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.055024000, lastModified=2023-03-26 14:58:33.053652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.055024000, lastModified=2023-03-26 14:58:33.053652000, delta=1372000 ns, racy<=10000 ns 14:58:33.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.056929000, lastModified=2023-03-26 14:58:33.053652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.053652000 to 2023-03-26 14:58:33.055652000 14:58:33.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.057191000, lastModified=2023-03-26 14:58:33.055652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.057191000, lastModified=2023-03-26 14:58:33.055652000, delta=1539000 ns, racy<=10000 ns 14:58:33.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.059413000, lastModified=2023-03-26 14:58:33.057652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.059413000, lastModified=2023-03-26 14:58:33.057652000, delta=1761000 ns, racy<=10000 ns 14:58:33.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.061545000, lastModified=2023-03-26 14:58:33.058652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.058652000 to 2023-03-26 14:58:33.060652000 14:58:33.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.061804000, lastModified=2023-03-26 14:58:33.060652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.061804000, lastModified=2023-03-26 14:58:33.060652000, delta=1152000 ns, racy<=10000 ns 14:58:33.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.063830000, lastModified=2023-03-26 14:58:33.062652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.063830000, lastModified=2023-03-26 14:58:33.062652000, delta=1178000 ns, racy<=10000 ns 14:58:33.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.065743000, lastModified=2023-03-26 14:58:33.062652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.062652000 to 2023-03-26 14:58:33.064652000 14:58:33.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.066001000, lastModified=2023-03-26 14:58:33.064652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.066001000, lastModified=2023-03-26 14:58:33.064652000, delta=1349000 ns, racy<=10000 ns 14:58:33.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.068133000, lastModified=2023-03-26 14:58:33.066652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.068133000, lastModified=2023-03-26 14:58:33.066652000, delta=1481000 ns, racy<=10000 ns 14:58:33.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.070351000, lastModified=2023-03-26 14:58:33.066652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.066652000 to 2023-03-26 14:58:33.068652000 14:58:33.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.070639000, lastModified=2023-03-26 14:58:33.069652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.070639000, lastModified=2023-03-26 14:58:33.069652000, delta=987000 ns, racy<=10000 ns 14:58:33.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.072797000, lastModified=2023-03-26 14:58:33.071652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.072797000, lastModified=2023-03-26 14:58:33.071652000, delta=1145000 ns, racy<=10000 ns 14:58:33.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.074750000, lastModified=2023-03-26 14:58:33.071652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.071652000 to 2023-03-26 14:58:33.073652000 14:58:33.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.075008000, lastModified=2023-03-26 14:58:33.073652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.075008000, lastModified=2023-03-26 14:58:33.073652000, delta=1356000 ns, racy<=10000 ns 14:58:33.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.077339000, lastModified=2023-03-26 14:58:33.075652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.077339000, lastModified=2023-03-26 14:58:33.075652000, delta=1687000 ns, racy<=10000 ns 14:58:33.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.079567000, lastModified=2023-03-26 14:58:33.076652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.076652000 to 2023-03-26 14:58:33.078652000 14:58:33.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.079761000, lastModified=2023-03-26 14:58:33.078652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.079761000, lastModified=2023-03-26 14:58:33.078652000, delta=1109000 ns, racy<=10000 ns 14:58:33.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.082085000, lastModified=2023-03-26 14:58:33.080652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.082085000, lastModified=2023-03-26 14:58:33.080652000, delta=1433000 ns, racy<=10000 ns 14:58:33.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.084346000, lastModified=2023-03-26 14:58:33.080652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.080652000 to 2023-03-26 14:58:33.082652000 14:58:33.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.084587000, lastModified=2023-03-26 14:58:33.083652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.084587000, lastModified=2023-03-26 14:58:33.083652000, delta=935000 ns, racy<=10000 ns 14:58:33.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.086819000, lastModified=2023-03-26 14:58:33.085652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.086819000, lastModified=2023-03-26 14:58:33.085652000, delta=1167000 ns, racy<=10000 ns 14:58:33.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.088805000, lastModified=2023-03-26 14:58:33.085652000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.085652000 to 2023-03-26 14:58:33.087653000 14:58:33.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.089075000, lastModified=2023-03-26 14:58:33.087653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.089075000, lastModified=2023-03-26 14:58:33.087653000, delta=1422000 ns, racy<=10000 ns 14:58:33.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.091147000, lastModified=2023-03-26 14:58:33.089653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.091147000, lastModified=2023-03-26 14:58:33.089653000, delta=1494000 ns, racy<=10000 ns 14:58:33.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.092874000, lastModified=2023-03-26 14:58:33.089653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.089653000 to 2023-03-26 14:58:33.091653000 14:58:33.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.093069000, lastModified=2023-03-26 14:58:33.091653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.093069000, lastModified=2023-03-26 14:58:33.091653000, delta=1416000 ns, racy<=10000 ns 14:58:33.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.095147000, lastModified=2023-03-26 14:58:33.093653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.095147000, lastModified=2023-03-26 14:58:33.093653000, delta=1494000 ns, racy<=10000 ns 14:58:33.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.097326000, lastModified=2023-03-26 14:58:33.093653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.093653000 to 2023-03-26 14:58:33.095653000 14:58:33.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.097547000, lastModified=2023-03-26 14:58:33.096653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.097547000, lastModified=2023-03-26 14:58:33.096653000, delta=894000 ns, racy<=10000 ns 14:58:33.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.099657000, lastModified=2023-03-26 14:58:33.098653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.099657000, lastModified=2023-03-26 14:58:33.098653000, delta=1004000 ns, racy<=10000 ns 14:58:33.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.101707000, lastModified=2023-03-26 14:58:33.098653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.098653000 to 2023-03-26 14:58:33.100653000 14:58:33.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.101959000, lastModified=2023-03-26 14:58:33.100653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.101959000, lastModified=2023-03-26 14:58:33.100653000, delta=1306000 ns, racy<=10000 ns 14:58:33.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.104237000, lastModified=2023-03-26 14:58:33.102653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.104237000, lastModified=2023-03-26 14:58:33.102653000, delta=1584000 ns, racy<=10000 ns 14:58:33.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.106331000, lastModified=2023-03-26 14:58:33.102653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.102653000 to 2023-03-26 14:58:33.104653000 14:58:33.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.106576000, lastModified=2023-03-26 14:58:33.105653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.106576000, lastModified=2023-03-26 14:58:33.105653000, delta=923000 ns, racy<=10000 ns 14:58:33.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.108846000, lastModified=2023-03-26 14:58:33.107653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.108846000, lastModified=2023-03-26 14:58:33.107653000, delta=1193000 ns, racy<=10000 ns 14:58:33.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.111023000, lastModified=2023-03-26 14:58:33.107653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.107653000 to 2023-03-26 14:58:33.109653000 14:58:33.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.111319000, lastModified=2023-03-26 14:58:33.109653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.111319000, lastModified=2023-03-26 14:58:33.109653000, delta=1666000 ns, racy<=10000 ns 14:58:33.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.113412000, lastModified=2023-03-26 14:58:33.111653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.113412000, lastModified=2023-03-26 14:58:33.111653000, delta=1759000 ns, racy<=10000 ns 14:58:33.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.115653000, lastModified=2023-03-26 14:58:33.112653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.112653000 to 2023-03-26 14:58:33.114653000 14:58:33.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.115847000, lastModified=2023-03-26 14:58:33.114653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.115847000, lastModified=2023-03-26 14:58:33.114653000, delta=1194000 ns, racy<=10000 ns 14:58:33.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.117573000, lastModified=2023-03-26 14:58:33.116653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.117573000, lastModified=2023-03-26 14:58:33.116653000, delta=920000 ns, racy<=10000 ns 14:58:33.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.119658000, lastModified=2023-03-26 14:58:33.116653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.116653000 to 2023-03-26 14:58:33.118653000 14:58:33.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.119894000, lastModified=2023-03-26 14:58:33.118653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.119894000, lastModified=2023-03-26 14:58:33.118653000, delta=1241000 ns, racy<=10000 ns 14:58:33.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.121855000, lastModified=2023-03-26 14:58:33.120653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.121855000, lastModified=2023-03-26 14:58:33.120653000, delta=1202000 ns, racy<=10000 ns 14:58:33.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.123729000, lastModified=2023-03-26 14:58:33.120653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.120653000 to 2023-03-26 14:58:33.122653000 14:58:33.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.124031000, lastModified=2023-03-26 14:58:33.122653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.124031000, lastModified=2023-03-26 14:58:33.122653000, delta=1378000 ns, racy<=10000 ns 14:58:33.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.125882000, lastModified=2023-03-26 14:58:33.124653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.125882000, lastModified=2023-03-26 14:58:33.124653000, delta=1229000 ns, racy<=10000 ns 14:58:33.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.127772000, lastModified=2023-03-26 14:58:33.124653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.124653000 to 2023-03-26 14:58:33.126653000 14:58:33.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.128009000, lastModified=2023-03-26 14:58:33.126653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.128009000, lastModified=2023-03-26 14:58:33.126653000, delta=1356000 ns, racy<=10000 ns 14:58:33.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.129744000, lastModified=2023-03-26 14:58:33.128653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.129744000, lastModified=2023-03-26 14:58:33.128653000, delta=1091000 ns, racy<=10000 ns 14:58:33.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.131741000, lastModified=2023-03-26 14:58:33.128653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.128653000 to 2023-03-26 14:58:33.130653000 14:58:33.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.131983000, lastModified=2023-03-26 14:58:33.130653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.131983000, lastModified=2023-03-26 14:58:33.130653000, delta=1330000 ns, racy<=10000 ns 14:58:33.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.134061000, lastModified=2023-03-26 14:58:33.132653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.134061000, lastModified=2023-03-26 14:58:33.132653000, delta=1408000 ns, racy<=10000 ns 14:58:33.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.136253000, lastModified=2023-03-26 14:58:33.132653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.132653000 to 2023-03-26 14:58:33.134653000 14:58:33.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.136456000, lastModified=2023-03-26 14:58:33.134653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.134653000 to 2023-03-26 14:58:33.135653000 14:58:33.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.138489000, lastModified=2023-03-26 14:58:33.136653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.136653000 to 2023-03-26 14:58:33.137653000 14:58:33.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.140369000, lastModified=2023-03-26 14:58:33.137653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.137653000 to 2023-03-26 14:58:33.139653000 14:58:33.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.140701000, lastModified=2023-03-26 14:58:33.139653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.140701000, lastModified=2023-03-26 14:58:33.139653000, delta=1048000 ns, racy<=10000 ns 14:58:33.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.142727000, lastModified=2023-03-26 14:58:33.141653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.142727000, lastModified=2023-03-26 14:58:33.141653000, delta=1074000 ns, racy<=10000 ns 14:58:33.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.144730000, lastModified=2023-03-26 14:58:33.141653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.141653000 to 2023-03-26 14:58:33.143653000 14:58:33.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.144967000, lastModified=2023-03-26 14:58:33.143653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.144967000, lastModified=2023-03-26 14:58:33.143653000, delta=1314000 ns, racy<=10000 ns 14:58:33.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.146841000, lastModified=2023-03-26 14:58:33.145653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.146841000, lastModified=2023-03-26 14:58:33.145653000, delta=1188000 ns, racy<=10000 ns 14:58:33.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.148735000, lastModified=2023-03-26 14:58:33.145653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.145653000 to 2023-03-26 14:58:33.147653000 14:58:33.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.148996000, lastModified=2023-03-26 14:58:33.147653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.148996000, lastModified=2023-03-26 14:58:33.147653000, delta=1343000 ns, racy<=10000 ns 14:58:33.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.150841000, lastModified=2023-03-26 14:58:33.149653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.150841000, lastModified=2023-03-26 14:58:33.149653000, delta=1188000 ns, racy<=10000 ns 14:58:33.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.153118000, lastModified=2023-03-26 14:58:33.149653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.149653000 to 2023-03-26 14:58:33.151653000 14:58:33.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.153379000, lastModified=2023-03-26 14:58:33.151653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.153379000, lastModified=2023-03-26 14:58:33.151653000, delta=1726000 ns, racy<=10000 ns 14:58:33.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.155482000, lastModified=2023-03-26 14:58:33.153653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.153653000 to 2023-03-26 14:58:33.154653000 14:58:33.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.157505000, lastModified=2023-03-26 14:58:33.154653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.154653000 to 2023-03-26 14:58:33.156653000 14:58:33.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.157747000, lastModified=2023-03-26 14:58:33.156653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.157747000, lastModified=2023-03-26 14:58:33.156653000, delta=1094000 ns, racy<=10000 ns 14:58:33.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.159788000, lastModified=2023-03-26 14:58:33.158653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.159788000, lastModified=2023-03-26 14:58:33.158653000, delta=1135000 ns, racy<=10000 ns 14:58:33.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.161716000, lastModified=2023-03-26 14:58:33.158653000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.158653000 to 2023-03-26 14:58:33.160654000 14:58:33.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.161975000, lastModified=2023-03-26 14:58:33.160654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.161975000, lastModified=2023-03-26 14:58:33.160654000, delta=1321000 ns, racy<=10000 ns 14:58:33.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.164220000, lastModified=2023-03-26 14:58:33.162654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.164220000, lastModified=2023-03-26 14:58:33.162654000, delta=1566000 ns, racy<=10000 ns 14:58:33.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.166207000, lastModified=2023-03-26 14:58:33.162654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.162654000 to 2023-03-26 14:58:33.164654000 14:58:33.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.166441000, lastModified=2023-03-26 14:58:33.164654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.164654000 to 2023-03-26 14:58:33.165654000 14:58:33.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.168452000, lastModified=2023-03-26 14:58:33.166654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.166654000 to 2023-03-26 14:58:33.167654000 14:58:33.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.170357000, lastModified=2023-03-26 14:58:33.167654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.167654000 to 2023-03-26 14:58:33.168654000 14:58:33.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.170560000, lastModified=2023-03-26 14:58:33.169654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.170560000, lastModified=2023-03-26 14:58:33.169654000, delta=906000 ns, racy<=10000 ns 14:58:33.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.172672000, lastModified=2023-03-26 14:58:33.171654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.172672000, lastModified=2023-03-26 14:58:33.171654000, delta=1018000 ns, racy<=10000 ns 14:58:33.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.174699000, lastModified=2023-03-26 14:58:33.171654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.171654000 to 2023-03-26 14:58:33.173654000 14:58:33.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.174938000, lastModified=2023-03-26 14:58:33.173654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.174938000, lastModified=2023-03-26 14:58:33.173654000, delta=1284000 ns, racy<=10000 ns 14:58:33.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.177142000, lastModified=2023-03-26 14:58:33.175654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.177142000, lastModified=2023-03-26 14:58:33.175654000, delta=1488000 ns, racy<=10000 ns 14:58:33.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.179144000, lastModified=2023-03-26 14:58:33.175654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.175654000 to 2023-03-26 14:58:33.177654000 14:58:33.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.179383000, lastModified=2023-03-26 14:58:33.177654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.179383000, lastModified=2023-03-26 14:58:33.177654000, delta=1729000 ns, racy<=10000 ns 14:58:33.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.181529000, lastModified=2023-03-26 14:58:33.180654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.181529000, lastModified=2023-03-26 14:58:33.180654000, delta=875000 ns, racy<=10000 ns 14:58:33.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.183596000, lastModified=2023-03-26 14:58:33.180654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.180654000 to 2023-03-26 14:58:33.182654000 14:58:33.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.183830000, lastModified=2023-03-26 14:58:33.182654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.183830000, lastModified=2023-03-26 14:58:33.182654000, delta=1176000 ns, racy<=10000 ns 14:58:33.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.185790000, lastModified=2023-03-26 14:58:33.184654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.185790000, lastModified=2023-03-26 14:58:33.184654000, delta=1136000 ns, racy<=10000 ns 14:58:33.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.187809000, lastModified=2023-03-26 14:58:33.184654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.184654000 to 2023-03-26 14:58:33.186654000 14:58:33.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.188048000, lastModified=2023-03-26 14:58:33.186654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.188048000, lastModified=2023-03-26 14:58:33.186654000, delta=1394000 ns, racy<=10000 ns 14:58:33.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.190277000, lastModified=2023-03-26 14:58:33.188654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.190277000, lastModified=2023-03-26 14:58:33.188654000, delta=1623000 ns, racy<=10000 ns 14:58:33.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.192350000, lastModified=2023-03-26 14:58:33.188654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.188654000 to 2023-03-26 14:58:33.190654000 14:58:33.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.192586000, lastModified=2023-03-26 14:58:33.191654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.192586000, lastModified=2023-03-26 14:58:33.191654000, delta=932000 ns, racy<=10000 ns 14:58:33.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.195229000, lastModified=2023-03-26 14:58:33.193654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.195229000, lastModified=2023-03-26 14:58:33.193654000, delta=1575000 ns, racy<=10000 ns 14:58:33.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.197723000, lastModified=2023-03-26 14:58:33.194654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.194654000 to 2023-03-26 14:58:33.196654000 14:58:33.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.197913000, lastModified=2023-03-26 14:58:33.196654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.197913000, lastModified=2023-03-26 14:58:33.196654000, delta=1259000 ns, racy<=10000 ns 14:58:33.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.199818000, lastModified=2023-03-26 14:58:33.198654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.199818000, lastModified=2023-03-26 14:58:33.198654000, delta=1164000 ns, racy<=10000 ns 14:58:33.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.201636000, lastModified=2023-03-26 14:58:33.198654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.198654000 to 2023-03-26 14:58:33.200654000 14:58:33.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.201843000, lastModified=2023-03-26 14:58:33.200654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.201843000, lastModified=2023-03-26 14:58:33.200654000, delta=1189000 ns, racy<=10000 ns 14:58:33.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.203661000, lastModified=2023-03-26 14:58:33.202654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.203661000, lastModified=2023-03-26 14:58:33.202654000, delta=1007000 ns, racy<=10000 ns 14:58:33.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.205624000, lastModified=2023-03-26 14:58:33.202654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.202654000 to 2023-03-26 14:58:33.204654000 14:58:33.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.205832000, lastModified=2023-03-26 14:58:33.204654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.205832000, lastModified=2023-03-26 14:58:33.204654000, delta=1178000 ns, racy<=10000 ns 14:58:33.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.207725000, lastModified=2023-03-26 14:58:33.206654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.207725000, lastModified=2023-03-26 14:58:33.206654000, delta=1071000 ns, racy<=10000 ns 14:58:33.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.209608000, lastModified=2023-03-26 14:58:33.206654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.206654000 to 2023-03-26 14:58:33.208654000 14:58:33.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.209812000, lastModified=2023-03-26 14:58:33.208654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.209812000, lastModified=2023-03-26 14:58:33.208654000, delta=1158000 ns, racy<=10000 ns 14:58:33.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.211789000, lastModified=2023-03-26 14:58:33.210654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.211789000, lastModified=2023-03-26 14:58:33.210654000, delta=1135000 ns, racy<=10000 ns 14:58:33.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.213695000, lastModified=2023-03-26 14:58:33.210654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.210654000 to 2023-03-26 14:58:33.212654000 14:58:33.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.213902000, lastModified=2023-03-26 14:58:33.212654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.213902000, lastModified=2023-03-26 14:58:33.212654000, delta=1248000 ns, racy<=10000 ns 14:58:33.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.215682000, lastModified=2023-03-26 14:58:33.214654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.215682000, lastModified=2023-03-26 14:58:33.214654000, delta=1028000 ns, racy<=10000 ns 14:58:33.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.217568000, lastModified=2023-03-26 14:58:33.214654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.214654000 to 2023-03-26 14:58:33.216654000 14:58:33.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.217766000, lastModified=2023-03-26 14:58:33.216654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.217766000, lastModified=2023-03-26 14:58:33.216654000, delta=1112000 ns, racy<=10000 ns 14:58:33.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.219782000, lastModified=2023-03-26 14:58:33.218654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.219782000, lastModified=2023-03-26 14:58:33.218654000, delta=1128000 ns, racy<=10000 ns 14:58:33.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.221674000, lastModified=2023-03-26 14:58:33.218654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.218654000 to 2023-03-26 14:58:33.220654000 14:58:33.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.221908000, lastModified=2023-03-26 14:58:33.220654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.221908000, lastModified=2023-03-26 14:58:33.220654000, delta=1254000 ns, racy<=10000 ns 14:58:33.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.223911000, lastModified=2023-03-26 14:58:33.222654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.223911000, lastModified=2023-03-26 14:58:33.222654000, delta=1257000 ns, racy<=10000 ns 14:58:33.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.225727000, lastModified=2023-03-26 14:58:33.222654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.222654000 to 2023-03-26 14:58:33.224654000 14:58:33.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.225931000, lastModified=2023-03-26 14:58:33.224654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.225931000, lastModified=2023-03-26 14:58:33.224654000, delta=1277000 ns, racy<=10000 ns 14:58:33.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.227758000, lastModified=2023-03-26 14:58:33.226654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.227758000, lastModified=2023-03-26 14:58:33.226654000, delta=1104000 ns, racy<=10000 ns 14:58:33.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.229456000, lastModified=2023-03-26 14:58:33.226654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.226654000 to 2023-03-26 14:58:33.228654000 14:58:33.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.229654000, lastModified=2023-03-26 14:58:33.228654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.229654000, lastModified=2023-03-26 14:58:33.228654000, delta=1000000 ns, racy<=10000 ns 14:58:33.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.231685000, lastModified=2023-03-26 14:58:33.230654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.231685000, lastModified=2023-03-26 14:58:33.230654000, delta=1031000 ns, racy<=10000 ns 14:58:33.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.233673000, lastModified=2023-03-26 14:58:33.230654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.230654000 to 2023-03-26 14:58:33.232654000 14:58:33.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.233890000, lastModified=2023-03-26 14:58:33.232654000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.233890000, lastModified=2023-03-26 14:58:33.232654000, delta=1236000 ns, racy<=10000 ns 14:58:33.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.235810000, lastModified=2023-03-26 14:58:33.234655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.235810000, lastModified=2023-03-26 14:58:33.234655000, delta=1155000 ns, racy<=10000 ns 14:58:33.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.237588000, lastModified=2023-03-26 14:58:33.234655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.234655000 to 2023-03-26 14:58:33.236655000 14:58:33.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.237795000, lastModified=2023-03-26 14:58:33.236655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.237795000, lastModified=2023-03-26 14:58:33.236655000, delta=1140000 ns, racy<=10000 ns 14:58:33.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.239724000, lastModified=2023-03-26 14:58:33.238655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.239724000, lastModified=2023-03-26 14:58:33.238655000, delta=1069000 ns, racy<=10000 ns 14:58:33.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.241691000, lastModified=2023-03-26 14:58:33.238655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.238655000 to 2023-03-26 14:58:33.240655000 14:58:33.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.241934000, lastModified=2023-03-26 14:58:33.240655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.241934000, lastModified=2023-03-26 14:58:33.240655000, delta=1279000 ns, racy<=10000 ns 14:58:33.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.243839000, lastModified=2023-03-26 14:58:33.242655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.243839000, lastModified=2023-03-26 14:58:33.242655000, delta=1184000 ns, racy<=10000 ns 14:58:33.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.245885000, lastModified=2023-03-26 14:58:33.242655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.242655000 to 2023-03-26 14:58:33.244655000 14:58:33.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.246136000, lastModified=2023-03-26 14:58:33.244655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.246136000, lastModified=2023-03-26 14:58:33.244655000, delta=1481000 ns, racy<=10000 ns 14:58:33.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.248305000, lastModified=2023-03-26 14:58:33.246655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.248305000, lastModified=2023-03-26 14:58:33.246655000, delta=1650000 ns, racy<=10000 ns 14:58:33.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.250192000, lastModified=2023-03-26 14:58:33.246655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.246655000 to 2023-03-26 14:58:33.248655000 14:58:33.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.250440000, lastModified=2023-03-26 14:58:33.248655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.248655000 to 2023-03-26 14:58:33.249655000 14:58:33.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.252462000, lastModified=2023-03-26 14:58:33.250655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.250655000 to 2023-03-26 14:58:33.251655000 14:58:33.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.254752000, lastModified=2023-03-26 14:58:33.251655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.251655000 to 2023-03-26 14:58:33.253655000 14:58:33.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.254953000, lastModified=2023-03-26 14:58:33.253655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.254953000, lastModified=2023-03-26 14:58:33.253655000, delta=1298000 ns, racy<=10000 ns 14:58:33.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.256875000, lastModified=2023-03-26 14:58:33.255655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.256875000, lastModified=2023-03-26 14:58:33.255655000, delta=1220000 ns, racy<=10000 ns 14:58:33.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.259195000, lastModified=2023-03-26 14:58:33.255655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.255655000 to 2023-03-26 14:58:33.257655000 14:58:33.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.259466000, lastModified=2023-03-26 14:58:33.257655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.257655000 to 2023-03-26 14:58:33.258655000 14:58:33.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.261507000, lastModified=2023-03-26 14:58:33.259655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.259655000 to 2023-03-26 14:58:33.260655000 14:58:33.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.263703000, lastModified=2023-03-26 14:58:33.260655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.260655000 to 2023-03-26 14:58:33.262655000 14:58:33.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.263958000, lastModified=2023-03-26 14:58:33.262655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.263958000, lastModified=2023-03-26 14:58:33.262655000, delta=1303000 ns, racy<=10000 ns 14:58:33.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.266175000, lastModified=2023-03-26 14:58:33.264655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.266175000, lastModified=2023-03-26 14:58:33.264655000, delta=1520000 ns, racy<=10000 ns 14:58:33.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.268234000, lastModified=2023-03-26 14:58:33.264655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.264655000 to 2023-03-26 14:58:33.266655000 14:58:33.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.268484000, lastModified=2023-03-26 14:58:33.266655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.266655000 to 2023-03-26 14:58:33.267655000 14:58:33.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.270411000, lastModified=2023-03-26 14:58:33.268655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.270411000, lastModified=2023-03-26 14:58:33.268655000, delta=1756000 ns, racy<=10000 ns 14:58:33.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.272411000, lastModified=2023-03-26 14:58:33.269655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.269655000 to 2023-03-26 14:58:33.271655000 14:58:33.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.272706000, lastModified=2023-03-26 14:58:33.271655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.272706000, lastModified=2023-03-26 14:58:33.271655000, delta=1051000 ns, racy<=10000 ns 14:58:33.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.274621000, lastModified=2023-03-26 14:58:33.273655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.274621000, lastModified=2023-03-26 14:58:33.273655000, delta=966000 ns, racy<=10000 ns 14:58:33.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.276618000, lastModified=2023-03-26 14:58:33.273655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.273655000 to 2023-03-26 14:58:33.275655000 14:58:33.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.276871000, lastModified=2023-03-26 14:58:33.275655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.276871000, lastModified=2023-03-26 14:58:33.275655000, delta=1216000 ns, racy<=10000 ns 14:58:33.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.278735000, lastModified=2023-03-26 14:58:33.277655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.278735000, lastModified=2023-03-26 14:58:33.277655000, delta=1080000 ns, racy<=10000 ns 14:58:33.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.280635000, lastModified=2023-03-26 14:58:33.277655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.277655000 to 2023-03-26 14:58:33.279655000 14:58:33.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.280877000, lastModified=2023-03-26 14:58:33.279655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.280877000, lastModified=2023-03-26 14:58:33.279655000, delta=1222000 ns, racy<=10000 ns 14:58:33.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.282771000, lastModified=2023-03-26 14:58:33.281655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.282771000, lastModified=2023-03-26 14:58:33.281655000, delta=1116000 ns, racy<=10000 ns 14:58:33.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.284712000, lastModified=2023-03-26 14:58:33.281655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.281655000 to 2023-03-26 14:58:33.283655000 14:58:33.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.284968000, lastModified=2023-03-26 14:58:33.283655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.284968000, lastModified=2023-03-26 14:58:33.283655000, delta=1313000 ns, racy<=10000 ns 14:58:33.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.286965000, lastModified=2023-03-26 14:58:33.285655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.286965000, lastModified=2023-03-26 14:58:33.285655000, delta=1310000 ns, racy<=10000 ns 14:58:33.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.289141000, lastModified=2023-03-26 14:58:33.285655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.285655000 to 2023-03-26 14:58:33.287655000 14:58:33.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.289379000, lastModified=2023-03-26 14:58:33.287655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.289379000, lastModified=2023-03-26 14:58:33.287655000, delta=1724000 ns, racy<=10000 ns 14:58:33.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.291273000, lastModified=2023-03-26 14:58:33.289655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.291273000, lastModified=2023-03-26 14:58:33.289655000, delta=1618000 ns, racy<=10000 ns 14:58:33.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.293299000, lastModified=2023-03-26 14:58:33.289655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.289655000 to 2023-03-26 14:58:33.291655000 14:58:33.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.293544000, lastModified=2023-03-26 14:58:33.292655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.293544000, lastModified=2023-03-26 14:58:33.292655000, delta=889000 ns, racy<=10000 ns 14:58:33.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.295653000, lastModified=2023-03-26 14:58:33.294655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.295653000, lastModified=2023-03-26 14:58:33.294655000, delta=998000 ns, racy<=10000 ns 14:58:33.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.297646000, lastModified=2023-03-26 14:58:33.294655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.294655000 to 2023-03-26 14:58:33.296655000 14:58:33.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.297880000, lastModified=2023-03-26 14:58:33.296655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.297880000, lastModified=2023-03-26 14:58:33.296655000, delta=1225000 ns, racy<=10000 ns 14:58:33.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.299864000, lastModified=2023-03-26 14:58:33.298655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.299864000, lastModified=2023-03-26 14:58:33.298655000, delta=1209000 ns, racy<=10000 ns 14:58:33.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.301721000, lastModified=2023-03-26 14:58:33.298655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.298655000 to 2023-03-26 14:58:33.300655000 14:58:33.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.301954000, lastModified=2023-03-26 14:58:33.300655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.301954000, lastModified=2023-03-26 14:58:33.300655000, delta=1299000 ns, racy<=10000 ns 14:58:33.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.303956000, lastModified=2023-03-26 14:58:33.302655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.303956000, lastModified=2023-03-26 14:58:33.302655000, delta=1301000 ns, racy<=10000 ns 14:58:33.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.306096000, lastModified=2023-03-26 14:58:33.302655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.302655000 to 2023-03-26 14:58:33.304655000 14:58:33.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.306332000, lastModified=2023-03-26 14:58:33.304655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.306332000, lastModified=2023-03-26 14:58:33.304655000, delta=1677000 ns, racy<=10000 ns 14:58:33.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.308482000, lastModified=2023-03-26 14:58:33.306655000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.306655000 to 2023-03-26 14:58:33.307656000 14:58:33.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.310415000, lastModified=2023-03-26 14:58:33.307656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.307656000 to 2023-03-26 14:58:33.309656000 14:58:33.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.310662000, lastModified=2023-03-26 14:58:33.309656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.310662000, lastModified=2023-03-26 14:58:33.309656000, delta=1006000 ns, racy<=10000 ns 14:58:33.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.312816000, lastModified=2023-03-26 14:58:33.311656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.312816000, lastModified=2023-03-26 14:58:33.311656000, delta=1160000 ns, racy<=10000 ns 14:58:33.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.314577000, lastModified=2023-03-26 14:58:33.311656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.311656000 to 2023-03-26 14:58:33.313656000 14:58:33.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.314820000, lastModified=2023-03-26 14:58:33.313656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.314820000, lastModified=2023-03-26 14:58:33.313656000, delta=1164000 ns, racy<=10000 ns 14:58:33.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.316712000, lastModified=2023-03-26 14:58:33.315656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.316712000, lastModified=2023-03-26 14:58:33.315656000, delta=1056000 ns, racy<=10000 ns 14:58:33.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.318758000, lastModified=2023-03-26 14:58:33.315656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.315656000 to 2023-03-26 14:58:33.317656000 14:58:33.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.318993000, lastModified=2023-03-26 14:58:33.317656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.318993000, lastModified=2023-03-26 14:58:33.317656000, delta=1337000 ns, racy<=10000 ns 14:58:33.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.320817000, lastModified=2023-03-26 14:58:33.319656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.320817000, lastModified=2023-03-26 14:58:33.319656000, delta=1161000 ns, racy<=10000 ns 14:58:33.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.322712000, lastModified=2023-03-26 14:58:33.319656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.319656000 to 2023-03-26 14:58:33.321656000 14:58:33.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.322946000, lastModified=2023-03-26 14:58:33.321656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.322946000, lastModified=2023-03-26 14:58:33.321656000, delta=1290000 ns, racy<=10000 ns 14:58:33.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.324837000, lastModified=2023-03-26 14:58:33.323656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.324837000, lastModified=2023-03-26 14:58:33.323656000, delta=1181000 ns, racy<=10000 ns 14:58:33.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.326977000, lastModified=2023-03-26 14:58:33.323656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.323656000 to 2023-03-26 14:58:33.325656000 14:58:33.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.327290000, lastModified=2023-03-26 14:58:33.325656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.327290000, lastModified=2023-03-26 14:58:33.325656000, delta=1634000 ns, racy<=10000 ns 14:58:33.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.329326000, lastModified=2023-03-26 14:58:33.327656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.329326000, lastModified=2023-03-26 14:58:33.327656000, delta=1670000 ns, racy<=10000 ns 14:58:33.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.331458000, lastModified=2023-03-26 14:58:33.328656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.328656000 to 2023-03-26 14:58:33.330656000 14:58:33.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.331757000, lastModified=2023-03-26 14:58:33.330656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.331757000, lastModified=2023-03-26 14:58:33.330656000, delta=1101000 ns, racy<=10000 ns 14:58:33.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.333733000, lastModified=2023-03-26 14:58:33.332656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.333733000, lastModified=2023-03-26 14:58:33.332656000, delta=1077000 ns, racy<=10000 ns 14:58:33.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.335692000, lastModified=2023-03-26 14:58:33.332656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.332656000 to 2023-03-26 14:58:33.334656000 14:58:33.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.335962000, lastModified=2023-03-26 14:58:33.334656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.335962000, lastModified=2023-03-26 14:58:33.334656000, delta=1306000 ns, racy<=10000 ns 14:58:33.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.338183000, lastModified=2023-03-26 14:58:33.336656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.338183000, lastModified=2023-03-26 14:58:33.336656000, delta=1527000 ns, racy<=10000 ns 14:58:33.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.340326000, lastModified=2023-03-26 14:58:33.336656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.336656000 to 2023-03-26 14:58:33.338656000 14:58:33.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.340580000, lastModified=2023-03-26 14:58:33.339656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.340580000, lastModified=2023-03-26 14:58:33.339656000, delta=924000 ns, racy<=10000 ns 14:58:33.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.342864000, lastModified=2023-03-26 14:58:33.341656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.342864000, lastModified=2023-03-26 14:58:33.341656000, delta=1208000 ns, racy<=10000 ns 14:58:33.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.345043000, lastModified=2023-03-26 14:58:33.341656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.341656000 to 2023-03-26 14:58:33.343656000 14:58:33.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.345277000, lastModified=2023-03-26 14:58:33.343656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.345277000, lastModified=2023-03-26 14:58:33.343656000, delta=1621000 ns, racy<=10000 ns 14:58:33.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.347465000, lastModified=2023-03-26 14:58:33.345656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.345656000 to 2023-03-26 14:58:33.346656000 14:58:33.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.349677000, lastModified=2023-03-26 14:58:33.346656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.346656000 to 2023-03-26 14:58:33.348656000 14:58:33.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.349915000, lastModified=2023-03-26 14:58:33.348656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.349915000, lastModified=2023-03-26 14:58:33.348656000, delta=1259000 ns, racy<=10000 ns 14:58:33.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.351958000, lastModified=2023-03-26 14:58:33.350656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.351958000, lastModified=2023-03-26 14:58:33.350656000, delta=1302000 ns, racy<=10000 ns 14:58:33.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.353735000, lastModified=2023-03-26 14:58:33.350656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.350656000 to 2023-03-26 14:58:33.352656000 14:58:33.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.353969000, lastModified=2023-03-26 14:58:33.352656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.353969000, lastModified=2023-03-26 14:58:33.352656000, delta=1313000 ns, racy<=10000 ns 14:58:33.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.356162000, lastModified=2023-03-26 14:58:33.354656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.356162000, lastModified=2023-03-26 14:58:33.354656000, delta=1506000 ns, racy<=10000 ns 14:58:33.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.358581000, lastModified=2023-03-26 14:58:33.354656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.354656000 to 2023-03-26 14:58:33.357656000 14:58:33.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.358847000, lastModified=2023-03-26 14:58:33.357656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.358847000, lastModified=2023-03-26 14:58:33.357656000, delta=1191000 ns, racy<=10000 ns 14:58:33.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.360753000, lastModified=2023-03-26 14:58:33.359656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.360753000, lastModified=2023-03-26 14:58:33.359656000, delta=1097000 ns, racy<=10000 ns 14:58:33.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.362521000, lastModified=2023-03-26 14:58:33.359656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.359656000 to 2023-03-26 14:58:33.361656000 14:58:33.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.362713000, lastModified=2023-03-26 14:58:33.361656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.362713000, lastModified=2023-03-26 14:58:33.361656000, delta=1057000 ns, racy<=10000 ns 14:58:33.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.364352000, lastModified=2023-03-26 14:58:33.362656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.364352000, lastModified=2023-03-26 14:58:33.362656000, delta=1696000 ns, racy<=10000 ns 14:58:33.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.366079000, lastModified=2023-03-26 14:58:33.363656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.363656000 to 2023-03-26 14:58:33.364656000 14:58:33.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.366290000, lastModified=2023-03-26 14:58:33.364656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.366290000, lastModified=2023-03-26 14:58:33.364656000, delta=1634000 ns, racy<=10000 ns 14:58:33.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.368029000, lastModified=2023-03-26 14:58:33.366656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.368029000, lastModified=2023-03-26 14:58:33.366656000, delta=1373000 ns, racy<=10000 ns 14:58:33.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.369831000, lastModified=2023-03-26 14:58:33.366656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.366656000 to 2023-03-26 14:58:33.368656000 14:58:33.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.370036000, lastModified=2023-03-26 14:58:33.368656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.370036000, lastModified=2023-03-26 14:58:33.368656000, delta=1380000 ns, racy<=10000 ns 14:58:33.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.371819000, lastModified=2023-03-26 14:58:33.370656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.371819000, lastModified=2023-03-26 14:58:33.370656000, delta=1163000 ns, racy<=10000 ns 14:58:33.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.373604000, lastModified=2023-03-26 14:58:33.370656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.370656000 to 2023-03-26 14:58:33.372656000 14:58:33.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.373809000, lastModified=2023-03-26 14:58:33.372656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.373809000, lastModified=2023-03-26 14:58:33.372656000, delta=1153000 ns, racy<=10000 ns 14:58:33.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.375436000, lastModified=2023-03-26 14:58:33.373656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.373656000 to 2023-03-26 14:58:33.374656000 14:58:33.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.377138000, lastModified=2023-03-26 14:58:33.374656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.374656000 to 2023-03-26 14:58:33.375656000 14:58:33.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.377341000, lastModified=2023-03-26 14:58:33.375656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.377341000, lastModified=2023-03-26 14:58:33.375656000, delta=1685000 ns, racy<=10000 ns 14:58:33.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.379148000, lastModified=2023-03-26 14:58:33.377656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.379148000, lastModified=2023-03-26 14:58:33.377656000, delta=1492000 ns, racy<=10000 ns 14:58:33.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.380863000, lastModified=2023-03-26 14:58:33.377656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.377656000 to 2023-03-26 14:58:33.379656000 14:58:33.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.381068000, lastModified=2023-03-26 14:58:33.379656000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.381068000, lastModified=2023-03-26 14:58:33.379656000, delta=1412000 ns, racy<=10000 ns 14:58:33.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.382870000, lastModified=2023-03-26 14:58:33.381657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.382870000, lastModified=2023-03-26 14:58:33.381657000, delta=1213000 ns, racy<=10000 ns 14:58:33.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.384990000, lastModified=2023-03-26 14:58:33.381657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.381657000 to 2023-03-26 14:58:33.383657000 14:58:33.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.385254000, lastModified=2023-03-26 14:58:33.383657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.385254000, lastModified=2023-03-26 14:58:33.383657000, delta=1597000 ns, racy<=10000 ns 14:58:33.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.387071000, lastModified=2023-03-26 14:58:33.385657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.387071000, lastModified=2023-03-26 14:58:33.385657000, delta=1414000 ns, racy<=10000 ns 14:58:33.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.388923000, lastModified=2023-03-26 14:58:33.385657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.385657000 to 2023-03-26 14:58:33.387657000 14:58:33.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.389190000, lastModified=2023-03-26 14:58:33.387657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.389190000, lastModified=2023-03-26 14:58:33.387657000, delta=1533000 ns, racy<=10000 ns 14:58:33.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.391016000, lastModified=2023-03-26 14:58:33.389657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.391016000, lastModified=2023-03-26 14:58:33.389657000, delta=1359000 ns, racy<=10000 ns 14:58:33.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.392829000, lastModified=2023-03-26 14:58:33.389657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.389657000 to 2023-03-26 14:58:33.391657000 14:58:33.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.393106000, lastModified=2023-03-26 14:58:33.391657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.393106000, lastModified=2023-03-26 14:58:33.391657000, delta=1449000 ns, racy<=10000 ns 14:58:33.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.394943000, lastModified=2023-03-26 14:58:33.393657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.394943000, lastModified=2023-03-26 14:58:33.393657000, delta=1286000 ns, racy<=10000 ns 14:58:33.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.396686000, lastModified=2023-03-26 14:58:33.393657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.393657000 to 2023-03-26 14:58:33.395657000 14:58:33.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.396964000, lastModified=2023-03-26 14:58:33.395657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.396964000, lastModified=2023-03-26 14:58:33.395657000, delta=1307000 ns, racy<=10000 ns 14:58:33.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.398845000, lastModified=2023-03-26 14:58:33.397657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.398845000, lastModified=2023-03-26 14:58:33.397657000, delta=1188000 ns, racy<=10000 ns 14:58:33.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.400635000, lastModified=2023-03-26 14:58:33.397657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.397657000 to 2023-03-26 14:58:33.399657000 14:58:33.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.401158000, lastModified=2023-03-26 14:58:33.399657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.401158000, lastModified=2023-03-26 14:58:33.399657000, delta=1501000 ns, racy<=10000 ns 14:58:33.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.403013000, lastModified=2023-03-26 14:58:33.401657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.403013000, lastModified=2023-03-26 14:58:33.401657000, delta=1356000 ns, racy<=10000 ns 14:58:33.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.404996000, lastModified=2023-03-26 14:58:33.401657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.401657000 to 2023-03-26 14:58:33.403657000 14:58:33.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.405200000, lastModified=2023-03-26 14:58:33.403657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.405200000, lastModified=2023-03-26 14:58:33.403657000, delta=1543000 ns, racy<=10000 ns 14:58:33.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.407317000, lastModified=2023-03-26 14:58:33.405657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.407317000, lastModified=2023-03-26 14:58:33.405657000, delta=1660000 ns, racy<=10000 ns 14:58:33.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.409136000, lastModified=2023-03-26 14:58:33.405657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.405657000 to 2023-03-26 14:58:33.407657000 14:58:33.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.409396000, lastModified=2023-03-26 14:58:33.407657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.409396000, lastModified=2023-03-26 14:58:33.407657000, delta=1739000 ns, racy<=10000 ns 14:58:33.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.412957000, lastModified=2023-03-26 14:58:33.411657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.412957000, lastModified=2023-03-26 14:58:33.411657000, delta=1300000 ns, racy<=10000 ns 14:58:33.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.415005000, lastModified=2023-03-26 14:58:33.411657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.411657000 to 2023-03-26 14:58:33.413657000 14:58:33.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.415256000, lastModified=2023-03-26 14:58:33.413657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.415256000, lastModified=2023-03-26 14:58:33.413657000, delta=1599000 ns, racy<=10000 ns 14:58:33.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.417323000, lastModified=2023-03-26 14:58:33.415657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.417323000, lastModified=2023-03-26 14:58:33.415657000, delta=1666000 ns, racy<=10000 ns 14:58:33.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.419208000, lastModified=2023-03-26 14:58:33.416657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.416657000 to 2023-03-26 14:58:33.417657000 14:58:33.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.419422000, lastModified=2023-03-26 14:58:33.417657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.419422000, lastModified=2023-03-26 14:58:33.417657000, delta=1765000 ns, racy<=10000 ns 14:58:33.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.421315000, lastModified=2023-03-26 14:58:33.419657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.421315000, lastModified=2023-03-26 14:58:33.419657000, delta=1658000 ns, racy<=10000 ns 14:58:33.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.423061000, lastModified=2023-03-26 14:58:33.420657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.420657000 to 2023-03-26 14:58:33.421657000 14:58:33.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.423269000, lastModified=2023-03-26 14:58:33.421657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.423269000, lastModified=2023-03-26 14:58:33.421657000, delta=1612000 ns, racy<=10000 ns 14:58:33.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.425233000, lastModified=2023-03-26 14:58:33.423657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.425233000, lastModified=2023-03-26 14:58:33.423657000, delta=1576000 ns, racy<=10000 ns 14:58:33.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.427201000, lastModified=2023-03-26 14:58:33.423657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.423657000 to 2023-03-26 14:58:33.425657000 14:58:33.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.427406000, lastModified=2023-03-26 14:58:33.425657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.425657000 to 2023-03-26 14:58:33.426657000 14:58:33.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.429456000, lastModified=2023-03-26 14:58:33.427657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.427657000 to 2023-03-26 14:58:33.428657000 14:58:33.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.431443000, lastModified=2023-03-26 14:58:33.428657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.428657000 to 2023-03-26 14:58:33.430657000 14:58:33.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.431696000, lastModified=2023-03-26 14:58:33.430657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.431696000, lastModified=2023-03-26 14:58:33.430657000, delta=1039000 ns, racy<=10000 ns 14:58:33.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.433780000, lastModified=2023-03-26 14:58:33.432657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.433780000, lastModified=2023-03-26 14:58:33.432657000, delta=1123000 ns, racy<=10000 ns 14:58:33.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.435775000, lastModified=2023-03-26 14:58:33.432657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.432657000 to 2023-03-26 14:58:33.434657000 14:58:33.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.435986000, lastModified=2023-03-26 14:58:33.434657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.435986000, lastModified=2023-03-26 14:58:33.434657000, delta=1329000 ns, racy<=10000 ns 14:58:33.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.438222000, lastModified=2023-03-26 14:58:33.436657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.438222000, lastModified=2023-03-26 14:58:33.436657000, delta=1565000 ns, racy<=10000 ns 14:58:33.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.440292000, lastModified=2023-03-26 14:58:33.436657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.436657000 to 2023-03-26 14:58:33.438657000 14:58:33.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.440501000, lastModified=2023-03-26 14:58:33.438657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.438657000 to 2023-03-26 14:58:33.439657000 14:58:33.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.442437000, lastModified=2023-03-26 14:58:33.440657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.440657000 to 2023-03-26 14:58:33.441657000 14:58:33.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.444401000, lastModified=2023-03-26 14:58:33.441657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.441657000 to 2023-03-26 14:58:33.442657000 14:58:33.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.444613000, lastModified=2023-03-26 14:58:33.443657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.444613000, lastModified=2023-03-26 14:58:33.443657000, delta=956000 ns, racy<=10000 ns 14:58:33.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.446616000, lastModified=2023-03-26 14:58:33.445657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.446616000, lastModified=2023-03-26 14:58:33.445657000, delta=959000 ns, racy<=10000 ns 14:58:33.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.448638000, lastModified=2023-03-26 14:58:33.445657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.445657000 to 2023-03-26 14:58:33.447657000 14:58:33.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.448841000, lastModified=2023-03-26 14:58:33.447657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.448841000, lastModified=2023-03-26 14:58:33.447657000, delta=1184000 ns, racy<=10000 ns 14:58:33.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.450893000, lastModified=2023-03-26 14:58:33.449657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.450893000, lastModified=2023-03-26 14:58:33.449657000, delta=1236000 ns, racy<=10000 ns 14:58:33.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.453053000, lastModified=2023-03-26 14:58:33.449657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.449657000 to 2023-03-26 14:58:33.451657000 14:58:33.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.453260000, lastModified=2023-03-26 14:58:33.451657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.453260000, lastModified=2023-03-26 14:58:33.451657000, delta=1603000 ns, racy<=10000 ns 14:58:33.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.455358000, lastModified=2023-03-26 14:58:33.453657000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.455358000, lastModified=2023-03-26 14:58:33.453657000, delta=1701000 ns, racy<=10000 ns 14:58:33.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.457342000, lastModified=2023-03-26 14:58:33.454658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.454658000 to 2023-03-26 14:58:33.455658000 14:58:33.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.457544000, lastModified=2023-03-26 14:58:33.456658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.457544000, lastModified=2023-03-26 14:58:33.456658000, delta=886000 ns, racy<=10000 ns 14:58:33.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.459826000, lastModified=2023-03-26 14:58:33.458658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.459826000, lastModified=2023-03-26 14:58:33.458658000, delta=1168000 ns, racy<=10000 ns 14:58:33.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.461770000, lastModified=2023-03-26 14:58:33.458658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.458658000 to 2023-03-26 14:58:33.460658000 14:58:33.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.462022000, lastModified=2023-03-26 14:58:33.460658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.462022000, lastModified=2023-03-26 14:58:33.460658000, delta=1364000 ns, racy<=10000 ns 14:58:33.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.464300000, lastModified=2023-03-26 14:58:33.462658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.464300000, lastModified=2023-03-26 14:58:33.462658000, delta=1642000 ns, racy<=10000 ns 14:58:33.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.466387000, lastModified=2023-03-26 14:58:33.462658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.462658000 to 2023-03-26 14:58:33.464658000 14:58:33.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.466651000, lastModified=2023-03-26 14:58:33.465658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.466651000, lastModified=2023-03-26 14:58:33.465658000, delta=993000 ns, racy<=10000 ns 14:58:33.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.468754000, lastModified=2023-03-26 14:58:33.467658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.468754000, lastModified=2023-03-26 14:58:33.467658000, delta=1096000 ns, racy<=10000 ns 14:58:33.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.470868000, lastModified=2023-03-26 14:58:33.467658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.467658000 to 2023-03-26 14:58:33.469658000 14:58:33.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.471101000, lastModified=2023-03-26 14:58:33.469658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.471101000, lastModified=2023-03-26 14:58:33.469658000, delta=1443000 ns, racy<=10000 ns 14:58:33.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.473158000, lastModified=2023-03-26 14:58:33.471658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.473158000, lastModified=2023-03-26 14:58:33.471658000, delta=1500000 ns, racy<=10000 ns 14:58:33.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.475217000, lastModified=2023-03-26 14:58:33.471658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.471658000 to 2023-03-26 14:58:33.473658000 14:58:33.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.475458000, lastModified=2023-03-26 14:58:33.473658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.473658000 to 2023-03-26 14:58:33.474658000 14:58:33.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.477456000, lastModified=2023-03-26 14:58:33.475658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.475658000 to 2023-03-26 14:58:33.476658000 14:58:33.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.479683000, lastModified=2023-03-26 14:58:33.476658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.476658000 to 2023-03-26 14:58:33.478658000 14:58:33.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.479941000, lastModified=2023-03-26 14:58:33.478658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.479941000, lastModified=2023-03-26 14:58:33.478658000, delta=1283000 ns, racy<=10000 ns 14:58:33.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.482198000, lastModified=2023-03-26 14:58:33.480658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.482198000, lastModified=2023-03-26 14:58:33.480658000, delta=1540000 ns, racy<=10000 ns 14:58:33.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.484340000, lastModified=2023-03-26 14:58:33.480658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.480658000 to 2023-03-26 14:58:33.482658000 14:58:33.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.484619000, lastModified=2023-03-26 14:58:33.483658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.484619000, lastModified=2023-03-26 14:58:33.483658000, delta=961000 ns, racy<=10000 ns 14:58:33.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.486481000, lastModified=2023-03-26 14:58:33.484658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.484658000 to 2023-03-26 14:58:33.485658000 14:58:33.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.488341000, lastModified=2023-03-26 14:58:33.485658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.485658000 to 2023-03-26 14:58:33.486658000 14:58:33.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.488551000, lastModified=2023-03-26 14:58:33.487658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.488551000, lastModified=2023-03-26 14:58:33.487658000, delta=893000 ns, racy<=10000 ns 14:58:33.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.490324000, lastModified=2023-03-26 14:58:33.488658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.490324000, lastModified=2023-03-26 14:58:33.488658000, delta=1666000 ns, racy<=10000 ns 14:58:33.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.492141000, lastModified=2023-03-26 14:58:33.488658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.488658000 to 2023-03-26 14:58:33.490658000 14:58:33.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.492350000, lastModified=2023-03-26 14:58:33.490658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.492350000, lastModified=2023-03-26 14:58:33.490658000, delta=1692000 ns, racy<=10000 ns 14:58:33.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.494215000, lastModified=2023-03-26 14:58:33.492658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.494215000, lastModified=2023-03-26 14:58:33.492658000, delta=1557000 ns, racy<=10000 ns 14:58:33.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.496105000, lastModified=2023-03-26 14:58:33.492658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.492658000 to 2023-03-26 14:58:33.494658000 14:58:33.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.496309000, lastModified=2023-03-26 14:58:33.494658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.496309000, lastModified=2023-03-26 14:58:33.494658000, delta=1651000 ns, racy<=10000 ns 14:58:33.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.498179000, lastModified=2023-03-26 14:58:33.496658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.498179000, lastModified=2023-03-26 14:58:33.496658000, delta=1521000 ns, racy<=10000 ns 14:58:33.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.500018000, lastModified=2023-03-26 14:58:33.496658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.496658000 to 2023-03-26 14:58:33.498658000 14:58:33.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.500234000, lastModified=2023-03-26 14:58:33.498658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.500234000, lastModified=2023-03-26 14:58:33.498658000, delta=1576000 ns, racy<=10000 ns 14:58:33.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.501992000, lastModified=2023-03-26 14:58:33.500658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.501992000, lastModified=2023-03-26 14:58:33.500658000, delta=1334000 ns, racy<=10000 ns 14:58:33.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.503873000, lastModified=2023-03-26 14:58:33.500658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.500658000 to 2023-03-26 14:58:33.502658000 14:58:33.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.504148000, lastModified=2023-03-26 14:58:33.502658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.504148000, lastModified=2023-03-26 14:58:33.502658000, delta=1490000 ns, racy<=10000 ns 14:58:33.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.506173000, lastModified=2023-03-26 14:58:33.504658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.506173000, lastModified=2023-03-26 14:58:33.504658000, delta=1515000 ns, racy<=10000 ns 14:58:33.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.508037000, lastModified=2023-03-26 14:58:33.504658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.504658000 to 2023-03-26 14:58:33.506658000 14:58:33.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.508308000, lastModified=2023-03-26 14:58:33.506658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.508308000, lastModified=2023-03-26 14:58:33.506658000, delta=1650000 ns, racy<=10000 ns 14:58:33.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.510219000, lastModified=2023-03-26 14:58:33.508658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.510219000, lastModified=2023-03-26 14:58:33.508658000, delta=1561000 ns, racy<=10000 ns 14:58:33.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.511997000, lastModified=2023-03-26 14:58:33.508658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.508658000 to 2023-03-26 14:58:33.510658000 14:58:33.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.512206000, lastModified=2023-03-26 14:58:33.510658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.512206000, lastModified=2023-03-26 14:58:33.510658000, delta=1548000 ns, racy<=10000 ns 14:58:33.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.514099000, lastModified=2023-03-26 14:58:33.512658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.514099000, lastModified=2023-03-26 14:58:33.512658000, delta=1441000 ns, racy<=10000 ns 14:58:33.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.515968000, lastModified=2023-03-26 14:58:33.512658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.512658000 to 2023-03-26 14:58:33.514658000 14:58:33.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.516247000, lastModified=2023-03-26 14:58:33.514658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.516247000, lastModified=2023-03-26 14:58:33.514658000, delta=1589000 ns, racy<=10000 ns 14:58:33.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.518149000, lastModified=2023-03-26 14:58:33.516658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.518149000, lastModified=2023-03-26 14:58:33.516658000, delta=1491000 ns, racy<=10000 ns 14:58:33.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.519962000, lastModified=2023-03-26 14:58:33.516658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.516658000 to 2023-03-26 14:58:33.518658000 14:58:33.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.520165000, lastModified=2023-03-26 14:58:33.518658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.520165000, lastModified=2023-03-26 14:58:33.518658000, delta=1507000 ns, racy<=10000 ns 14:58:33.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.521976000, lastModified=2023-03-26 14:58:33.520658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.521976000, lastModified=2023-03-26 14:58:33.520658000, delta=1318000 ns, racy<=10000 ns 14:58:33.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.523801000, lastModified=2023-03-26 14:58:33.520658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.520658000 to 2023-03-26 14:58:33.522658000 14:58:33.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.523987000, lastModified=2023-03-26 14:58:33.522658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.523987000, lastModified=2023-03-26 14:58:33.522658000, delta=1329000 ns, racy<=10000 ns 14:58:33.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.525794000, lastModified=2023-03-26 14:58:33.524658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.525794000, lastModified=2023-03-26 14:58:33.524658000, delta=1136000 ns, racy<=10000 ns 14:58:33.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.527585000, lastModified=2023-03-26 14:58:33.524658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.524658000 to 2023-03-26 14:58:33.526658000 14:58:33.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.527856000, lastModified=2023-03-26 14:58:33.526658000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.527856000, lastModified=2023-03-26 14:58:33.526658000, delta=1198000 ns, racy<=10000 ns 14:58:33.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.529772000, lastModified=2023-03-26 14:58:33.528659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.529772000, lastModified=2023-03-26 14:58:33.528659000, delta=1113000 ns, racy<=10000 ns 14:58:33.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.531613000, lastModified=2023-03-26 14:58:33.528659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.528659000 to 2023-03-26 14:58:33.530659000 14:58:33.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.531861000, lastModified=2023-03-26 14:58:33.530659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.531861000, lastModified=2023-03-26 14:58:33.530659000, delta=1202000 ns, racy<=10000 ns 14:58:33.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.533629000, lastModified=2023-03-26 14:58:33.532659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.533629000, lastModified=2023-03-26 14:58:33.532659000, delta=970000 ns, racy<=10000 ns 14:58:33.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.535319000, lastModified=2023-03-26 14:58:33.532659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.532659000 to 2023-03-26 14:58:33.533659000 14:58:33.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.535513000, lastModified=2023-03-26 14:58:33.533659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.533659000 to 2023-03-26 14:58:33.534659000 14:58:33.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.537265000, lastModified=2023-03-26 14:58:33.535659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.537265000, lastModified=2023-03-26 14:58:33.535659000, delta=1606000 ns, racy<=10000 ns 14:58:33.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.539103000, lastModified=2023-03-26 14:58:33.535659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.535659000 to 2023-03-26 14:58:33.537659000 14:58:33.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.539318000, lastModified=2023-03-26 14:58:33.537659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.539318000, lastModified=2023-03-26 14:58:33.537659000, delta=1659000 ns, racy<=10000 ns 14:58:33.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.541192000, lastModified=2023-03-26 14:58:33.539659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.541192000, lastModified=2023-03-26 14:58:33.539659000, delta=1533000 ns, racy<=10000 ns 14:58:33.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.542907000, lastModified=2023-03-26 14:58:33.539659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.539659000 to 2023-03-26 14:58:33.541659000 14:58:33.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.543192000, lastModified=2023-03-26 14:58:33.541659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.543192000, lastModified=2023-03-26 14:58:33.541659000, delta=1533000 ns, racy<=10000 ns 14:58:33.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.545031000, lastModified=2023-03-26 14:58:33.543659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.545031000, lastModified=2023-03-26 14:58:33.543659000, delta=1372000 ns, racy<=10000 ns 14:58:33.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.546869000, lastModified=2023-03-26 14:58:33.543659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.543659000 to 2023-03-26 14:58:33.545659000 14:58:33.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.547078000, lastModified=2023-03-26 14:58:33.545659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.547078000, lastModified=2023-03-26 14:58:33.545659000, delta=1419000 ns, racy<=10000 ns 14:58:33.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.548893000, lastModified=2023-03-26 14:58:33.547659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.548893000, lastModified=2023-03-26 14:58:33.547659000, delta=1234000 ns, racy<=10000 ns 14:58:33.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.550670000, lastModified=2023-03-26 14:58:33.547659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.547659000 to 2023-03-26 14:58:33.549659000 14:58:33.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.550887000, lastModified=2023-03-26 14:58:33.549659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.550887000, lastModified=2023-03-26 14:58:33.549659000, delta=1228000 ns, racy<=10000 ns 14:58:33.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.552638000, lastModified=2023-03-26 14:58:33.551659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.552638000, lastModified=2023-03-26 14:58:33.551659000, delta=979000 ns, racy<=10000 ns 14:58:33.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.554282000, lastModified=2023-03-26 14:58:33.551659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.551659000 to 2023-03-26 14:58:33.552659000 14:58:33.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.554496000, lastModified=2023-03-26 14:58:33.552659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.552659000 to 2023-03-26 14:58:33.553659000 14:58:33.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.556269000, lastModified=2023-03-26 14:58:33.554659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.556269000, lastModified=2023-03-26 14:58:33.554659000, delta=1610000 ns, racy<=10000 ns 14:58:33.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.558098000, lastModified=2023-03-26 14:58:33.554659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.554659000 to 2023-03-26 14:58:33.556659000 14:58:33.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.558308000, lastModified=2023-03-26 14:58:33.556659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.558308000, lastModified=2023-03-26 14:58:33.556659000, delta=1649000 ns, racy<=10000 ns 14:58:33.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.560143000, lastModified=2023-03-26 14:58:33.558659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.560143000, lastModified=2023-03-26 14:58:33.558659000, delta=1484000 ns, racy<=10000 ns 14:58:33.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.561970000, lastModified=2023-03-26 14:58:33.558659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.558659000 to 2023-03-26 14:58:33.560659000 14:58:33.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.562177000, lastModified=2023-03-26 14:58:33.560659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.562177000, lastModified=2023-03-26 14:58:33.560659000, delta=1518000 ns, racy<=10000 ns 14:58:33.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.564001000, lastModified=2023-03-26 14:58:33.562659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.564001000, lastModified=2023-03-26 14:58:33.562659000, delta=1342000 ns, racy<=10000 ns 14:58:33.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.565795000, lastModified=2023-03-26 14:58:33.562659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.562659000 to 2023-03-26 14:58:33.564659000 14:58:33.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.566009000, lastModified=2023-03-26 14:58:33.564659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.566009000, lastModified=2023-03-26 14:58:33.564659000, delta=1350000 ns, racy<=10000 ns 14:58:33.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.567724000, lastModified=2023-03-26 14:58:33.566659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.567724000, lastModified=2023-03-26 14:58:33.566659000, delta=1065000 ns, racy<=10000 ns 14:58:33.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.569400000, lastModified=2023-03-26 14:58:33.566659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.566659000 to 2023-03-26 14:58:33.568659000 14:58:33.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.569670000, lastModified=2023-03-26 14:58:33.568659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.569670000, lastModified=2023-03-26 14:58:33.568659000, delta=1011000 ns, racy<=10000 ns 14:58:33.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.571731000, lastModified=2023-03-26 14:58:33.570659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.571731000, lastModified=2023-03-26 14:58:33.570659000, delta=1072000 ns, racy<=10000 ns 14:58:33.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.573666000, lastModified=2023-03-26 14:58:33.570659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.570659000 to 2023-03-26 14:58:33.572659000 14:58:33.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.573881000, lastModified=2023-03-26 14:58:33.572659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.573881000, lastModified=2023-03-26 14:58:33.572659000, delta=1222000 ns, racy<=10000 ns 14:58:33.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.575772000, lastModified=2023-03-26 14:58:33.574659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.575772000, lastModified=2023-03-26 14:58:33.574659000, delta=1113000 ns, racy<=10000 ns 14:58:33.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.577652000, lastModified=2023-03-26 14:58:33.574659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.574659000 to 2023-03-26 14:58:33.576659000 14:58:33.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.577859000, lastModified=2023-03-26 14:58:33.576659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.577859000, lastModified=2023-03-26 14:58:33.576659000, delta=1200000 ns, racy<=10000 ns 14:58:33.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.579764000, lastModified=2023-03-26 14:58:33.578659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.579764000, lastModified=2023-03-26 14:58:33.578659000, delta=1105000 ns, racy<=10000 ns 14:58:33.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.581632000, lastModified=2023-03-26 14:58:33.578659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.578659000 to 2023-03-26 14:58:33.580659000 14:58:33.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.581874000, lastModified=2023-03-26 14:58:33.580659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.581874000, lastModified=2023-03-26 14:58:33.580659000, delta=1215000 ns, racy<=10000 ns 14:58:33.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.583728000, lastModified=2023-03-26 14:58:33.582659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.583728000, lastModified=2023-03-26 14:58:33.582659000, delta=1069000 ns, racy<=10000 ns 14:58:33.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.585524000, lastModified=2023-03-26 14:58:33.582659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.582659000 to 2023-03-26 14:58:33.584659000 14:58:33.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.585710000, lastModified=2023-03-26 14:58:33.584659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.585710000, lastModified=2023-03-26 14:58:33.584659000, delta=1051000 ns, racy<=10000 ns 14:58:33.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.587513000, lastModified=2023-03-26 14:58:33.585659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.585659000 to 2023-03-26 14:58:33.586659000 14:58:33.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.589218000, lastModified=2023-03-26 14:58:33.586659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.586659000 to 2023-03-26 14:58:33.587659000 14:58:33.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.589400000, lastModified=2023-03-26 14:58:33.587659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.589400000, lastModified=2023-03-26 14:58:33.587659000, delta=1741000 ns, racy<=10000 ns 14:58:33.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.591182000, lastModified=2023-03-26 14:58:33.589659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.591182000, lastModified=2023-03-26 14:58:33.589659000, delta=1523000 ns, racy<=10000 ns 14:58:33.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.593023000, lastModified=2023-03-26 14:58:33.589659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.589659000 to 2023-03-26 14:58:33.591659000 14:58:33.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.593231000, lastModified=2023-03-26 14:58:33.591659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.593231000, lastModified=2023-03-26 14:58:33.591659000, delta=1572000 ns, racy<=10000 ns 14:58:33.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.595055000, lastModified=2023-03-26 14:58:33.593659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.595055000, lastModified=2023-03-26 14:58:33.593659000, delta=1396000 ns, racy<=10000 ns 14:58:33.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.597199000, lastModified=2023-03-26 14:58:33.593659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.593659000 to 2023-03-26 14:58:33.595659000 14:58:33.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.597385000, lastModified=2023-03-26 14:58:33.595659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.597385000, lastModified=2023-03-26 14:58:33.595659000, delta=1726000 ns, racy<=10000 ns 14:58:33.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.599351000, lastModified=2023-03-26 14:58:33.597659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.599351000, lastModified=2023-03-26 14:58:33.597659000, delta=1692000 ns, racy<=10000 ns 14:58:33.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.601339000, lastModified=2023-03-26 14:58:33.598659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.598659000 to 2023-03-26 14:58:33.599659000 14:58:33.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.601548000, lastModified=2023-03-26 14:58:33.600659000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.601548000, lastModified=2023-03-26 14:58:33.600659000, delta=889000 ns, racy<=10000 ns 14:58:33.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.613816000, lastModified=2023-03-26 14:58:33.602660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.602660000 to 2023-03-26 14:58:33.612660000 14:58:33.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.615985000, lastModified=2023-03-26 14:58:33.612660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.612660000 to 2023-03-26 14:58:33.614660000 14:58:33.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.616970000, lastModified=2023-03-26 14:58:33.615660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.616970000, lastModified=2023-03-26 14:58:33.615660000, delta=1310000 ns, racy<=10000 ns 14:58:33.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.618882000, lastModified=2023-03-26 14:58:33.617660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.618882000, lastModified=2023-03-26 14:58:33.617660000, delta=1222000 ns, racy<=10000 ns 14:58:33.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.620847000, lastModified=2023-03-26 14:58:33.617660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.617660000 to 2023-03-26 14:58:33.619660000 14:58:33.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.621134000, lastModified=2023-03-26 14:58:33.619660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.621134000, lastModified=2023-03-26 14:58:33.619660000, delta=1474000 ns, racy<=10000 ns 14:58:33.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.623087000, lastModified=2023-03-26 14:58:33.621660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.623087000, lastModified=2023-03-26 14:58:33.621660000, delta=1427000 ns, racy<=10000 ns 14:58:33.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.624913000, lastModified=2023-03-26 14:58:33.621660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.621660000 to 2023-03-26 14:58:33.623660000 14:58:33.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.625183000, lastModified=2023-03-26 14:58:33.623660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.625183000, lastModified=2023-03-26 14:58:33.623660000, delta=1523000 ns, racy<=10000 ns 14:58:33.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.627058000, lastModified=2023-03-26 14:58:33.625660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.627058000, lastModified=2023-03-26 14:58:33.625660000, delta=1398000 ns, racy<=10000 ns 14:58:33.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.628888000, lastModified=2023-03-26 14:58:33.625660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.625660000 to 2023-03-26 14:58:33.627660000 14:58:33.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.629185000, lastModified=2023-03-26 14:58:33.627660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.629185000, lastModified=2023-03-26 14:58:33.627660000, delta=1525000 ns, racy<=10000 ns 14:58:33.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.631324000, lastModified=2023-03-26 14:58:33.629660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.631324000, lastModified=2023-03-26 14:58:33.629660000, delta=1664000 ns, racy<=10000 ns 14:58:33.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.633208000, lastModified=2023-03-26 14:58:33.630660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.630660000 to 2023-03-26 14:58:33.631660000 14:58:33.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.633442000, lastModified=2023-03-26 14:58:33.631660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.631660000 to 2023-03-26 14:58:33.632660000 14:58:33.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.635254000, lastModified=2023-03-26 14:58:33.633660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.635254000, lastModified=2023-03-26 14:58:33.633660000, delta=1594000 ns, racy<=10000 ns 14:58:33.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.637030000, lastModified=2023-03-26 14:58:33.633660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.633660000 to 2023-03-26 14:58:33.635660000 14:58:33.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.637308000, lastModified=2023-03-26 14:58:33.635660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.637308000, lastModified=2023-03-26 14:58:33.635660000, delta=1648000 ns, racy<=10000 ns 14:58:33.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.639176000, lastModified=2023-03-26 14:58:33.637660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.639176000, lastModified=2023-03-26 14:58:33.637660000, delta=1516000 ns, racy<=10000 ns 14:58:33.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.640994000, lastModified=2023-03-26 14:58:33.637660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.637660000 to 2023-03-26 14:58:33.639660000 14:58:33.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.641266000, lastModified=2023-03-26 14:58:33.639660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.641266000, lastModified=2023-03-26 14:58:33.639660000, delta=1606000 ns, racy<=10000 ns 14:58:33.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.643125000, lastModified=2023-03-26 14:58:33.641660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.643125000, lastModified=2023-03-26 14:58:33.641660000, delta=1465000 ns, racy<=10000 ns 14:58:33.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.645109000, lastModified=2023-03-26 14:58:33.641660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.641660000 to 2023-03-26 14:58:33.643660000 14:58:33.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.645312000, lastModified=2023-03-26 14:58:33.643660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.645312000, lastModified=2023-03-26 14:58:33.643660000, delta=1652000 ns, racy<=10000 ns 14:58:33.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.647038000, lastModified=2023-03-26 14:58:33.645660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.647038000, lastModified=2023-03-26 14:58:33.645660000, delta=1378000 ns, racy<=10000 ns 14:58:33.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.648844000, lastModified=2023-03-26 14:58:33.645660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.645660000 to 2023-03-26 14:58:33.647660000 14:58:33.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.649038000, lastModified=2023-03-26 14:58:33.647660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.649038000, lastModified=2023-03-26 14:58:33.647660000, delta=1378000 ns, racy<=10000 ns 14:58:33.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.650894000, lastModified=2023-03-26 14:58:33.649660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.650894000, lastModified=2023-03-26 14:58:33.649660000, delta=1234000 ns, racy<=10000 ns 14:58:33.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.652704000, lastModified=2023-03-26 14:58:33.649660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.649660000 to 2023-03-26 14:58:33.651660000 14:58:33.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.652906000, lastModified=2023-03-26 14:58:33.651660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.652906000, lastModified=2023-03-26 14:58:33.651660000, delta=1246000 ns, racy<=10000 ns 14:58:33.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.654749000, lastModified=2023-03-26 14:58:33.653660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.654749000, lastModified=2023-03-26 14:58:33.653660000, delta=1089000 ns, racy<=10000 ns 14:58:33.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.656559000, lastModified=2023-03-26 14:58:33.653660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.653660000 to 2023-03-26 14:58:33.655660000 14:58:33.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.656751000, lastModified=2023-03-26 14:58:33.655660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.656751000, lastModified=2023-03-26 14:58:33.655660000, delta=1091000 ns, racy<=10000 ns 14:58:33.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.658594000, lastModified=2023-03-26 14:58:33.657660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.658594000, lastModified=2023-03-26 14:58:33.657660000, delta=934000 ns, racy<=10000 ns 14:58:33.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.660439000, lastModified=2023-03-26 14:58:33.657660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.657660000 to 2023-03-26 14:58:33.659660000 14:58:33.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.660666000, lastModified=2023-03-26 14:58:33.659660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.660666000, lastModified=2023-03-26 14:58:33.659660000, delta=1006000 ns, racy<=10000 ns 14:58:33.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.662573000, lastModified=2023-03-26 14:58:33.661660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.662573000, lastModified=2023-03-26 14:58:33.661660000, delta=913000 ns, racy<=10000 ns 14:58:33.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.664464000, lastModified=2023-03-26 14:58:33.661660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.661660000 to 2023-03-26 14:58:33.663660000 14:58:33.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.664682000, lastModified=2023-03-26 14:58:33.663660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.664682000, lastModified=2023-03-26 14:58:33.663660000, delta=1022000 ns, racy<=10000 ns 14:58:33.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.666609000, lastModified=2023-03-26 14:58:33.665660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.666609000, lastModified=2023-03-26 14:58:33.665660000, delta=949000 ns, racy<=10000 ns 14:58:33.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.668356000, lastModified=2023-03-26 14:58:33.665660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.665660000 to 2023-03-26 14:58:33.666660000 14:58:33.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.668594000, lastModified=2023-03-26 14:58:33.667660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.668594000, lastModified=2023-03-26 14:58:33.667660000, delta=934000 ns, racy<=10000 ns 14:58:33.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.670421000, lastModified=2023-03-26 14:58:33.668660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.668660000 to 2023-03-26 14:58:33.669660000 14:58:33.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.672238000, lastModified=2023-03-26 14:58:33.669660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.669660000 to 2023-03-26 14:58:33.670660000 14:58:33.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.672462000, lastModified=2023-03-26 14:58:33.670660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.670660000 to 2023-03-26 14:58:33.671660000 14:58:33.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.674220000, lastModified=2023-03-26 14:58:33.672660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.674220000, lastModified=2023-03-26 14:58:33.672660000, delta=1560000 ns, racy<=10000 ns 14:58:33.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.676018000, lastModified=2023-03-26 14:58:33.672660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.672660000 to 2023-03-26 14:58:33.674660000 14:58:33.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.676268000, lastModified=2023-03-26 14:58:33.674660000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.676268000, lastModified=2023-03-26 14:58:33.674660000, delta=1608000 ns, racy<=10000 ns 14:58:33.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.678171000, lastModified=2023-03-26 14:58:33.676661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.678171000, lastModified=2023-03-26 14:58:33.676661000, delta=1510000 ns, racy<=10000 ns 14:58:33.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.680002000, lastModified=2023-03-26 14:58:33.676661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.676661000 to 2023-03-26 14:58:33.678661000 14:58:33.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.680220000, lastModified=2023-03-26 14:58:33.678661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.680220000, lastModified=2023-03-26 14:58:33.678661000, delta=1559000 ns, racy<=10000 ns 14:58:33.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.682095000, lastModified=2023-03-26 14:58:33.680661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.682095000, lastModified=2023-03-26 14:58:33.680661000, delta=1434000 ns, racy<=10000 ns 14:58:33.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.683981000, lastModified=2023-03-26 14:58:33.680661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.680661000 to 2023-03-26 14:58:33.682661000 14:58:33.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.684199000, lastModified=2023-03-26 14:58:33.682661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.684199000, lastModified=2023-03-26 14:58:33.682661000, delta=1538000 ns, racy<=10000 ns 14:58:33.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.686108000, lastModified=2023-03-26 14:58:33.684661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.686108000, lastModified=2023-03-26 14:58:33.684661000, delta=1447000 ns, racy<=10000 ns 14:58:33.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.687985000, lastModified=2023-03-26 14:58:33.684661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.684661000 to 2023-03-26 14:58:33.686661000 14:58:33.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.688180000, lastModified=2023-03-26 14:58:33.686661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.688180000, lastModified=2023-03-26 14:58:33.686661000, delta=1519000 ns, racy<=10000 ns 14:58:33.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.690058000, lastModified=2023-03-26 14:58:33.688661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.690058000, lastModified=2023-03-26 14:58:33.688661000, delta=1397000 ns, racy<=10000 ns 14:58:33.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.691904000, lastModified=2023-03-26 14:58:33.688661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.688661000 to 2023-03-26 14:58:33.690661000 14:58:33.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.714175000, lastModified=2023-03-26 14:58:33.712661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.714175000, lastModified=2023-03-26 14:58:33.712661000, delta=1514000 ns, racy<=10000 ns 14:58:33.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.716316000, lastModified=2023-03-26 14:58:33.714661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.716316000, lastModified=2023-03-26 14:58:33.714661000, delta=1655000 ns, racy<=10000 ns 14:58:33.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.718164000, lastModified=2023-03-26 14:58:33.715661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.715661000 to 2023-03-26 14:58:33.716661000 14:58:33.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.718385000, lastModified=2023-03-26 14:58:33.716661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.718385000, lastModified=2023-03-26 14:58:33.716661000, delta=1724000 ns, racy<=10000 ns 14:58:33.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.720246000, lastModified=2023-03-26 14:58:33.718661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.720246000, lastModified=2023-03-26 14:58:33.718661000, delta=1585000 ns, racy<=10000 ns 14:58:33.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.722098000, lastModified=2023-03-26 14:58:33.718661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.718661000 to 2023-03-26 14:58:33.720661000 14:58:33.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.722315000, lastModified=2023-03-26 14:58:33.720661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.722315000, lastModified=2023-03-26 14:58:33.720661000, delta=1654000 ns, racy<=10000 ns 14:58:33.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.724067000, lastModified=2023-03-26 14:58:33.722661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.724067000, lastModified=2023-03-26 14:58:33.722661000, delta=1406000 ns, racy<=10000 ns 14:58:33.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.726009000, lastModified=2023-03-26 14:58:33.722661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.722661000 to 2023-03-26 14:58:33.724661000 14:58:33.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.726220000, lastModified=2023-03-26 14:58:33.724661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.726220000, lastModified=2023-03-26 14:58:33.724661000, delta=1559000 ns, racy<=10000 ns 14:58:33.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.728139000, lastModified=2023-03-26 14:58:33.726661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.728139000, lastModified=2023-03-26 14:58:33.726661000, delta=1478000 ns, racy<=10000 ns 14:58:33.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.729911000, lastModified=2023-03-26 14:58:33.726661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.726661000 to 2023-03-26 14:58:33.728661000 14:58:33.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.730134000, lastModified=2023-03-26 14:58:33.728661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.730134000, lastModified=2023-03-26 14:58:33.728661000, delta=1473000 ns, racy<=10000 ns 14:58:33.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.732066000, lastModified=2023-03-26 14:58:33.730661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.732066000, lastModified=2023-03-26 14:58:33.730661000, delta=1405000 ns, racy<=10000 ns 14:58:33.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.733917000, lastModified=2023-03-26 14:58:33.730661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.730661000 to 2023-03-26 14:58:33.732661000 14:58:33.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.734128000, lastModified=2023-03-26 14:58:33.732661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.734128000, lastModified=2023-03-26 14:58:33.732661000, delta=1467000 ns, racy<=10000 ns 14:58:33.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.736009000, lastModified=2023-03-26 14:58:33.734661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.736009000, lastModified=2023-03-26 14:58:33.734661000, delta=1348000 ns, racy<=10000 ns 14:58:33.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.737829000, lastModified=2023-03-26 14:58:33.734661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.734661000 to 2023-03-26 14:58:33.736661000 14:58:33.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.738053000, lastModified=2023-03-26 14:58:33.736661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.738053000, lastModified=2023-03-26 14:58:33.736661000, delta=1392000 ns, racy<=10000 ns 14:58:33.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.739874000, lastModified=2023-03-26 14:58:33.738661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.739874000, lastModified=2023-03-26 14:58:33.738661000, delta=1213000 ns, racy<=10000 ns 14:58:33.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.741735000, lastModified=2023-03-26 14:58:33.738661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.738661000 to 2023-03-26 14:58:33.740661000 14:58:33.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.741924000, lastModified=2023-03-26 14:58:33.740661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.741924000, lastModified=2023-03-26 14:58:33.740661000, delta=1263000 ns, racy<=10000 ns 14:58:33.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.743718000, lastModified=2023-03-26 14:58:33.742661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.743718000, lastModified=2023-03-26 14:58:33.742661000, delta=1057000 ns, racy<=10000 ns 14:58:33.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.745512000, lastModified=2023-03-26 14:58:33.742661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.742661000 to 2023-03-26 14:58:33.744661000 14:58:33.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.745770000, lastModified=2023-03-26 14:58:33.744661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.745770000, lastModified=2023-03-26 14:58:33.744661000, delta=1109000 ns, racy<=10000 ns 14:58:33.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.747668000, lastModified=2023-03-26 14:58:33.746661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.747668000, lastModified=2023-03-26 14:58:33.746661000, delta=1007000 ns, racy<=10000 ns 14:58:33.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.749462000, lastModified=2023-03-26 14:58:33.746661000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.746661000 to 2023-03-26 14:58:33.748662000 14:58:33.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.749661000, lastModified=2023-03-26 14:58:33.748662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.749661000, lastModified=2023-03-26 14:58:33.748662000, delta=999000 ns, racy<=10000 ns 14:58:33.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.751620000, lastModified=2023-03-26 14:58:33.750662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.751620000, lastModified=2023-03-26 14:58:33.750662000, delta=958000 ns, racy<=10000 ns 14:58:33.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.753506000, lastModified=2023-03-26 14:58:33.750662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.750662000 to 2023-03-26 14:58:33.752662000 14:58:33.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.753791000, lastModified=2023-03-26 14:58:33.752662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.753791000, lastModified=2023-03-26 14:58:33.752662000, delta=1129000 ns, racy<=10000 ns 14:58:33.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.755772000, lastModified=2023-03-26 14:58:33.754662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.755772000, lastModified=2023-03-26 14:58:33.754662000, delta=1110000 ns, racy<=10000 ns 14:58:33.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.757897000, lastModified=2023-03-26 14:58:33.754662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.754662000 to 2023-03-26 14:58:33.756662000 14:58:33.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.758083000, lastModified=2023-03-26 14:58:33.756662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.758083000, lastModified=2023-03-26 14:58:33.756662000, delta=1421000 ns, racy<=10000 ns 14:58:33.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.760331000, lastModified=2023-03-26 14:58:33.758662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.760331000, lastModified=2023-03-26 14:58:33.758662000, delta=1669000 ns, racy<=10000 ns 14:58:33.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.762265000, lastModified=2023-03-26 14:58:33.758662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.758662000 to 2023-03-26 14:58:33.760662000 14:58:33.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.762449000, lastModified=2023-03-26 14:58:33.760662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.760662000 to 2023-03-26 14:58:33.761662000 14:58:33.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.764471000, lastModified=2023-03-26 14:58:33.762662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.762662000 to 2023-03-26 14:58:33.763662000 14:58:33.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.766697000, lastModified=2023-03-26 14:58:33.763662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.763662000 to 2023-03-26 14:58:33.765662000 14:58:33.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.766899000, lastModified=2023-03-26 14:58:33.765662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.766899000, lastModified=2023-03-26 14:58:33.765662000, delta=1237000 ns, racy<=10000 ns 14:58:33.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.768819000, lastModified=2023-03-26 14:58:33.767662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.768819000, lastModified=2023-03-26 14:58:33.767662000, delta=1157000 ns, racy<=10000 ns 14:58:33.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.771035000, lastModified=2023-03-26 14:58:33.767662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.767662000 to 2023-03-26 14:58:33.769662000 14:58:33.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.771292000, lastModified=2023-03-26 14:58:33.769662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.771292000, lastModified=2023-03-26 14:58:33.769662000, delta=1630000 ns, racy<=10000 ns 14:58:33.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.773245000, lastModified=2023-03-26 14:58:33.771662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.773245000, lastModified=2023-03-26 14:58:33.771662000, delta=1583000 ns, racy<=10000 ns 14:58:33.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.775250000, lastModified=2023-03-26 14:58:33.771662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.771662000 to 2023-03-26 14:58:33.773662000 14:58:33.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.775535000, lastModified=2023-03-26 14:58:33.773662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.773662000 to 2023-03-26 14:58:33.774662000 14:58:33.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.777466000, lastModified=2023-03-26 14:58:33.775662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.775662000 to 2023-03-26 14:58:33.776662000 14:58:33.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.779585000, lastModified=2023-03-26 14:58:33.776662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.776662000 to 2023-03-26 14:58:33.778662000 14:58:33.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.779848000, lastModified=2023-03-26 14:58:33.778662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.779848000, lastModified=2023-03-26 14:58:33.778662000, delta=1186000 ns, racy<=10000 ns 14:58:33.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.781897000, lastModified=2023-03-26 14:58:33.780662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.781897000, lastModified=2023-03-26 14:58:33.780662000, delta=1235000 ns, racy<=10000 ns 14:58:33.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.784189000, lastModified=2023-03-26 14:58:33.780662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.780662000 to 2023-03-26 14:58:33.782662000 14:58:33.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.784479000, lastModified=2023-03-26 14:58:33.782662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.782662000 to 2023-03-26 14:58:33.783662000 14:58:33.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.786589000, lastModified=2023-03-26 14:58:33.785662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.786589000, lastModified=2023-03-26 14:58:33.785662000, delta=927000 ns, racy<=10000 ns 14:58:33.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.788732000, lastModified=2023-03-26 14:58:33.785662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.785662000 to 2023-03-26 14:58:33.787662000 14:58:33.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.788992000, lastModified=2023-03-26 14:58:33.787662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.788992000, lastModified=2023-03-26 14:58:33.787662000, delta=1330000 ns, racy<=10000 ns 14:58:33.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.790939000, lastModified=2023-03-26 14:58:33.789662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.790939000, lastModified=2023-03-26 14:58:33.789662000, delta=1277000 ns, racy<=10000 ns 14:58:33.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.792836000, lastModified=2023-03-26 14:58:33.789662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.789662000 to 2023-03-26 14:58:33.791662000 14:58:33.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.793047000, lastModified=2023-03-26 14:58:33.791662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.793047000, lastModified=2023-03-26 14:58:33.791662000, delta=1385000 ns, racy<=10000 ns 14:58:33.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.795266000, lastModified=2023-03-26 14:58:33.793662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.795266000, lastModified=2023-03-26 14:58:33.793662000, delta=1604000 ns, racy<=10000 ns 14:58:33.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.797330000, lastModified=2023-03-26 14:58:33.793662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.793662000 to 2023-03-26 14:58:33.795662000 14:58:33.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.797587000, lastModified=2023-03-26 14:58:33.796662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.797587000, lastModified=2023-03-26 14:58:33.796662000, delta=925000 ns, racy<=10000 ns 14:58:33.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.799810000, lastModified=2023-03-26 14:58:33.798662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.799810000, lastModified=2023-03-26 14:58:33.798662000, delta=1148000 ns, racy<=10000 ns 14:58:33.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.802024000, lastModified=2023-03-26 14:58:33.798662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.798662000 to 2023-03-26 14:58:33.800662000 14:58:33.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.802286000, lastModified=2023-03-26 14:58:33.800662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.802286000, lastModified=2023-03-26 14:58:33.800662000, delta=1624000 ns, racy<=10000 ns 14:58:33.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.804454000, lastModified=2023-03-26 14:58:33.802662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.802662000 to 2023-03-26 14:58:33.803662000 14:58:33.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.806692000, lastModified=2023-03-26 14:58:33.803662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.803662000 to 2023-03-26 14:58:33.805662000 14:58:33.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.806950000, lastModified=2023-03-26 14:58:33.805662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.806950000, lastModified=2023-03-26 14:58:33.805662000, delta=1288000 ns, racy<=10000 ns 14:58:33.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.809228000, lastModified=2023-03-26 14:58:33.807662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.809228000, lastModified=2023-03-26 14:58:33.807662000, delta=1566000 ns, racy<=10000 ns 14:58:33.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.811331000, lastModified=2023-03-26 14:58:33.807662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.807662000 to 2023-03-26 14:58:33.809662000 14:58:33.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.811577000, lastModified=2023-03-26 14:58:33.810662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.811577000, lastModified=2023-03-26 14:58:33.810662000, delta=915000 ns, racy<=10000 ns 14:58:33.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.813819000, lastModified=2023-03-26 14:58:33.812662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.813819000, lastModified=2023-03-26 14:58:33.812662000, delta=1157000 ns, racy<=10000 ns 14:58:33.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.815907000, lastModified=2023-03-26 14:58:33.812662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.812662000 to 2023-03-26 14:58:33.814662000 14:58:33.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.816164000, lastModified=2023-03-26 14:58:33.814662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.816164000, lastModified=2023-03-26 14:58:33.814662000, delta=1502000 ns, racy<=10000 ns 14:58:33.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.818361000, lastModified=2023-03-26 14:58:33.816662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.818361000, lastModified=2023-03-26 14:58:33.816662000, delta=1699000 ns, racy<=10000 ns 14:58:33.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.820577000, lastModified=2023-03-26 14:58:33.817662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.817662000 to 2023-03-26 14:58:33.819662000 14:58:33.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.820839000, lastModified=2023-03-26 14:58:33.819662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.820839000, lastModified=2023-03-26 14:58:33.819662000, delta=1177000 ns, racy<=10000 ns 14:58:33.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.822880000, lastModified=2023-03-26 14:58:33.821662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.822880000, lastModified=2023-03-26 14:58:33.821662000, delta=1218000 ns, racy<=10000 ns 14:58:33.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.824970000, lastModified=2023-03-26 14:58:33.821662000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.821662000 to 2023-03-26 14:58:33.823663000 14:58:33.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.825227000, lastModified=2023-03-26 14:58:33.823663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.825227000, lastModified=2023-03-26 14:58:33.823663000, delta=1564000 ns, racy<=10000 ns 14:58:33.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.827283000, lastModified=2023-03-26 14:58:33.825663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.827283000, lastModified=2023-03-26 14:58:33.825663000, delta=1620000 ns, racy<=10000 ns 14:58:33.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.829030000, lastModified=2023-03-26 14:58:33.825663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.825663000 to 2023-03-26 14:58:33.827663000 14:58:33.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.829236000, lastModified=2023-03-26 14:58:33.827663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.829236000, lastModified=2023-03-26 14:58:33.827663000, delta=1573000 ns, racy<=10000 ns 14:58:33.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.831121000, lastModified=2023-03-26 14:58:33.829663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.831121000, lastModified=2023-03-26 14:58:33.829663000, delta=1458000 ns, racy<=10000 ns 14:58:33.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.832925000, lastModified=2023-03-26 14:58:33.829663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.829663000 to 2023-03-26 14:58:33.831663000 14:58:33.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.833134000, lastModified=2023-03-26 14:58:33.831663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.833134000, lastModified=2023-03-26 14:58:33.831663000, delta=1471000 ns, racy<=10000 ns 14:58:33.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.834920000, lastModified=2023-03-26 14:58:33.833663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.834920000, lastModified=2023-03-26 14:58:33.833663000, delta=1257000 ns, racy<=10000 ns 14:58:33.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.836689000, lastModified=2023-03-26 14:58:33.833663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.833663000 to 2023-03-26 14:58:33.835663000 14:58:33.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.836893000, lastModified=2023-03-26 14:58:33.835663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.836893000, lastModified=2023-03-26 14:58:33.835663000, delta=1230000 ns, racy<=10000 ns 14:58:33.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.838606000, lastModified=2023-03-26 14:58:33.837663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.838606000, lastModified=2023-03-26 14:58:33.837663000, delta=943000 ns, racy<=10000 ns 14:58:33.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.840363000, lastModified=2023-03-26 14:58:33.837663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.837663000 to 2023-03-26 14:58:33.838663000 14:58:33.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.840581000, lastModified=2023-03-26 14:58:33.839663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.840581000, lastModified=2023-03-26 14:58:33.839663000, delta=918000 ns, racy<=10000 ns 14:58:33.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.842319000, lastModified=2023-03-26 14:58:33.840663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.842319000, lastModified=2023-03-26 14:58:33.840663000, delta=1656000 ns, racy<=10000 ns 14:58:33.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.844147000, lastModified=2023-03-26 14:58:33.841663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.841663000 to 2023-03-26 14:58:33.842663000 14:58:33.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.844357000, lastModified=2023-03-26 14:58:33.842663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.844357000, lastModified=2023-03-26 14:58:33.842663000, delta=1694000 ns, racy<=10000 ns 14:58:33.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.846163000, lastModified=2023-03-26 14:58:33.844663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.846163000, lastModified=2023-03-26 14:58:33.844663000, delta=1500000 ns, racy<=10000 ns 14:58:33.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.847960000, lastModified=2023-03-26 14:58:33.844663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.844663000 to 2023-03-26 14:58:33.846663000 14:58:33.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.848168000, lastModified=2023-03-26 14:58:33.846663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.848168000, lastModified=2023-03-26 14:58:33.846663000, delta=1505000 ns, racy<=10000 ns 14:58:33.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.850020000, lastModified=2023-03-26 14:58:33.848663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.850020000, lastModified=2023-03-26 14:58:33.848663000, delta=1357000 ns, racy<=10000 ns 14:58:33.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.851853000, lastModified=2023-03-26 14:58:33.848663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.848663000 to 2023-03-26 14:58:33.850663000 14:58:33.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.852063000, lastModified=2023-03-26 14:58:33.850663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.852063000, lastModified=2023-03-26 14:58:33.850663000, delta=1400000 ns, racy<=10000 ns 14:58:33.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.853869000, lastModified=2023-03-26 14:58:33.852663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.853869000, lastModified=2023-03-26 14:58:33.852663000, delta=1206000 ns, racy<=10000 ns 14:58:33.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.855694000, lastModified=2023-03-26 14:58:33.852663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.852663000 to 2023-03-26 14:58:33.854663000 14:58:33.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.855911000, lastModified=2023-03-26 14:58:33.854663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.855911000, lastModified=2023-03-26 14:58:33.854663000, delta=1248000 ns, racy<=10000 ns 14:58:33.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.857644000, lastModified=2023-03-26 14:58:33.856663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.857644000, lastModified=2023-03-26 14:58:33.856663000, delta=981000 ns, racy<=10000 ns 14:58:33.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.859579000, lastModified=2023-03-26 14:58:33.856663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.856663000 to 2023-03-26 14:58:33.858663000 14:58:33.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.859787000, lastModified=2023-03-26 14:58:33.858663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.859787000, lastModified=2023-03-26 14:58:33.858663000, delta=1124000 ns, racy<=10000 ns 14:58:33.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.861635000, lastModified=2023-03-26 14:58:33.860663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.861635000, lastModified=2023-03-26 14:58:33.860663000, delta=972000 ns, racy<=10000 ns 14:58:33.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.863476000, lastModified=2023-03-26 14:58:33.860663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.860663000 to 2023-03-26 14:58:33.862663000 14:58:33.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.863752000, lastModified=2023-03-26 14:58:33.862663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.863752000, lastModified=2023-03-26 14:58:33.862663000, delta=1089000 ns, racy<=10000 ns 14:58:33.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.865685000, lastModified=2023-03-26 14:58:33.864663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.865685000, lastModified=2023-03-26 14:58:33.864663000, delta=1022000 ns, racy<=10000 ns 14:58:33.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.867675000, lastModified=2023-03-26 14:58:33.864663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.864663000 to 2023-03-26 14:58:33.866663000 14:58:33.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.867887000, lastModified=2023-03-26 14:58:33.866663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.867887000, lastModified=2023-03-26 14:58:33.866663000, delta=1224000 ns, racy<=10000 ns 14:58:33.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.869684000, lastModified=2023-03-26 14:58:33.868663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.869684000, lastModified=2023-03-26 14:58:33.868663000, delta=1021000 ns, racy<=10000 ns 14:58:33.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.871626000, lastModified=2023-03-26 14:58:33.868663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.868663000 to 2023-03-26 14:58:33.870663000 14:58:33.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.871836000, lastModified=2023-03-26 14:58:33.870663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.871836000, lastModified=2023-03-26 14:58:33.870663000, delta=1173000 ns, racy<=10000 ns 14:58:33.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.873831000, lastModified=2023-03-26 14:58:33.872663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.873831000, lastModified=2023-03-26 14:58:33.872663000, delta=1168000 ns, racy<=10000 ns 14:58:33.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.875483000, lastModified=2023-03-26 14:58:33.872663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.872663000 to 2023-03-26 14:58:33.874663000 14:58:33.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.875729000, lastModified=2023-03-26 14:58:33.874663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.875729000, lastModified=2023-03-26 14:58:33.874663000, delta=1066000 ns, racy<=10000 ns 14:58:33.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.877736000, lastModified=2023-03-26 14:58:33.876663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.877736000, lastModified=2023-03-26 14:58:33.876663000, delta=1073000 ns, racy<=10000 ns 14:58:33.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.879483000, lastModified=2023-03-26 14:58:33.876663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.876663000 to 2023-03-26 14:58:33.878663000 14:58:33.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.879674000, lastModified=2023-03-26 14:58:33.878663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.879674000, lastModified=2023-03-26 14:58:33.878663000, delta=1011000 ns, racy<=10000 ns 14:58:33.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.881552000, lastModified=2023-03-26 14:58:33.880663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.881552000, lastModified=2023-03-26 14:58:33.880663000, delta=889000 ns, racy<=10000 ns 14:58:33.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.883485000, lastModified=2023-03-26 14:58:33.880663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.880663000 to 2023-03-26 14:58:33.882663000 14:58:33.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.883698000, lastModified=2023-03-26 14:58:33.882663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.883698000, lastModified=2023-03-26 14:58:33.882663000, delta=1035000 ns, racy<=10000 ns 14:58:33.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.885597000, lastModified=2023-03-26 14:58:33.884663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.885597000, lastModified=2023-03-26 14:58:33.884663000, delta=934000 ns, racy<=10000 ns 14:58:33.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.887537000, lastModified=2023-03-26 14:58:33.884663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.884663000 to 2023-03-26 14:58:33.886663000 14:58:33.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.887745000, lastModified=2023-03-26 14:58:33.886663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.887745000, lastModified=2023-03-26 14:58:33.886663000, delta=1082000 ns, racy<=10000 ns 14:58:33.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.889379000, lastModified=2023-03-26 14:58:33.887663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.889379000, lastModified=2023-03-26 14:58:33.887663000, delta=1716000 ns, racy<=10000 ns 14:58:33.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.891340000, lastModified=2023-03-26 14:58:33.888663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.888663000 to 2023-03-26 14:58:33.889663000 14:58:33.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.891570000, lastModified=2023-03-26 14:58:33.890663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.891570000, lastModified=2023-03-26 14:58:33.890663000, delta=907000 ns, racy<=10000 ns 14:58:33.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.893837000, lastModified=2023-03-26 14:58:33.892663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.893837000, lastModified=2023-03-26 14:58:33.892663000, delta=1174000 ns, racy<=10000 ns 14:58:33.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.895824000, lastModified=2023-03-26 14:58:33.892663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.892663000 to 2023-03-26 14:58:33.894663000 14:58:33.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.896041000, lastModified=2023-03-26 14:58:33.894663000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.896041000, lastModified=2023-03-26 14:58:33.894663000, delta=1378000 ns, racy<=10000 ns 14:58:33.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.897716000, lastModified=2023-03-26 14:58:33.896664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.897716000, lastModified=2023-03-26 14:58:33.896664000, delta=1052000 ns, racy<=10000 ns 14:58:33.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.899393000, lastModified=2023-03-26 14:58:33.896664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.896664000 to 2023-03-26 14:58:33.897664000 14:58:33.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.899618000, lastModified=2023-03-26 14:58:33.898664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.899618000, lastModified=2023-03-26 14:58:33.898664000, delta=954000 ns, racy<=10000 ns 14:58:33.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.901336000, lastModified=2023-03-26 14:58:33.899664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.901336000, lastModified=2023-03-26 14:58:33.899664000, delta=1672000 ns, racy<=10000 ns 14:58:33.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.903093000, lastModified=2023-03-26 14:58:33.900664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.900664000 to 2023-03-26 14:58:33.901664000 14:58:33.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.903293000, lastModified=2023-03-26 14:58:33.901664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.903293000, lastModified=2023-03-26 14:58:33.901664000, delta=1629000 ns, racy<=10000 ns 14:58:33.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.905112000, lastModified=2023-03-26 14:58:33.903664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.905112000, lastModified=2023-03-26 14:58:33.903664000, delta=1448000 ns, racy<=10000 ns 14:58:33.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.906919000, lastModified=2023-03-26 14:58:33.903664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.903664000 to 2023-03-26 14:58:33.905664000 14:58:33.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.907127000, lastModified=2023-03-26 14:58:33.905664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.907127000, lastModified=2023-03-26 14:58:33.905664000, delta=1463000 ns, racy<=10000 ns 14:58:33.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.908977000, lastModified=2023-03-26 14:58:33.907664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.908977000, lastModified=2023-03-26 14:58:33.907664000, delta=1313000 ns, racy<=10000 ns 14:58:33.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.910746000, lastModified=2023-03-26 14:58:33.907664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.907664000 to 2023-03-26 14:58:33.909664000 14:58:33.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.910957000, lastModified=2023-03-26 14:58:33.909664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.910957000, lastModified=2023-03-26 14:58:33.909664000, delta=1293000 ns, racy<=10000 ns 14:58:33.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.912777000, lastModified=2023-03-26 14:58:33.911664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.912777000, lastModified=2023-03-26 14:58:33.911664000, delta=1113000 ns, racy<=10000 ns 14:58:33.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.914736000, lastModified=2023-03-26 14:58:33.911664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.911664000 to 2023-03-26 14:58:33.913664000 14:58:33.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.914948000, lastModified=2023-03-26 14:58:33.913664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.914948000, lastModified=2023-03-26 14:58:33.913664000, delta=1284000 ns, racy<=10000 ns 14:58:33.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.916751000, lastModified=2023-03-26 14:58:33.915664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.916751000, lastModified=2023-03-26 14:58:33.915664000, delta=1087000 ns, racy<=10000 ns 14:58:33.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.918357000, lastModified=2023-03-26 14:58:33.915664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.915664000 to 2023-03-26 14:58:33.916664000 14:58:33.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.918555000, lastModified=2023-03-26 14:58:33.917664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.918555000, lastModified=2023-03-26 14:58:33.917664000, delta=891000 ns, racy<=10000 ns 14:58:33.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.920176000, lastModified=2023-03-26 14:58:33.918664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.920176000, lastModified=2023-03-26 14:58:33.918664000, delta=1512000 ns, racy<=10000 ns 14:58:33.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.921958000, lastModified=2023-03-26 14:58:33.918664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.918664000 to 2023-03-26 14:58:33.920664000 14:58:33.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.922164000, lastModified=2023-03-26 14:58:33.920664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.922164000, lastModified=2023-03-26 14:58:33.920664000, delta=1500000 ns, racy<=10000 ns 14:58:33.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.924009000, lastModified=2023-03-26 14:58:33.922664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.924009000, lastModified=2023-03-26 14:58:33.922664000, delta=1345000 ns, racy<=10000 ns 14:58:33.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.925855000, lastModified=2023-03-26 14:58:33.922664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.922664000 to 2023-03-26 14:58:33.924664000 14:58:33.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.926061000, lastModified=2023-03-26 14:58:33.924664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.926061000, lastModified=2023-03-26 14:58:33.924664000, delta=1397000 ns, racy<=10000 ns 14:58:33.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.927879000, lastModified=2023-03-26 14:58:33.926664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.927879000, lastModified=2023-03-26 14:58:33.926664000, delta=1215000 ns, racy<=10000 ns 14:58:33.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.929629000, lastModified=2023-03-26 14:58:33.926664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.926664000 to 2023-03-26 14:58:33.928664000 14:58:33.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.929844000, lastModified=2023-03-26 14:58:33.928664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.929844000, lastModified=2023-03-26 14:58:33.928664000, delta=1180000 ns, racy<=10000 ns 14:58:33.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.931868000, lastModified=2023-03-26 14:58:33.930664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.931868000, lastModified=2023-03-26 14:58:33.930664000, delta=1204000 ns, racy<=10000 ns 14:58:33.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.938092000, lastModified=2023-03-26 14:58:33.930664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.930664000 to 2023-03-26 14:58:33.936664000 14:58:33.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.939116000, lastModified=2023-03-26 14:58:33.937664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.939116000, lastModified=2023-03-26 14:58:33.937664000, delta=1452000 ns, racy<=10000 ns 14:58:33.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.940981000, lastModified=2023-03-26 14:58:33.939664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.940981000, lastModified=2023-03-26 14:58:33.939664000, delta=1317000 ns, racy<=10000 ns 14:58:33.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.942820000, lastModified=2023-03-26 14:58:33.939664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.939664000 to 2023-03-26 14:58:33.941664000 14:58:33.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.943030000, lastModified=2023-03-26 14:58:33.941664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.943030000, lastModified=2023-03-26 14:58:33.941664000, delta=1366000 ns, racy<=10000 ns 14:58:33.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.944974000, lastModified=2023-03-26 14:58:33.943664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.944974000, lastModified=2023-03-26 14:58:33.943664000, delta=1310000 ns, racy<=10000 ns 14:58:33.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.946868000, lastModified=2023-03-26 14:58:33.943664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.943664000 to 2023-03-26 14:58:33.945664000 14:58:33.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.947076000, lastModified=2023-03-26 14:58:33.945664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.947076000, lastModified=2023-03-26 14:58:33.945664000, delta=1412000 ns, racy<=10000 ns 14:58:33.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.948957000, lastModified=2023-03-26 14:58:33.947664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.948957000, lastModified=2023-03-26 14:58:33.947664000, delta=1293000 ns, racy<=10000 ns 14:58:33.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.950690000, lastModified=2023-03-26 14:58:33.947664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.947664000 to 2023-03-26 14:58:33.949664000 14:58:33.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.950991000, lastModified=2023-03-26 14:58:33.949664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.950991000, lastModified=2023-03-26 14:58:33.949664000, delta=1327000 ns, racy<=10000 ns 14:58:33.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.953088000, lastModified=2023-03-26 14:58:33.951664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.953088000, lastModified=2023-03-26 14:58:33.951664000, delta=1424000 ns, racy<=10000 ns 14:58:33.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.955270000, lastModified=2023-03-26 14:58:33.951664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.951664000 to 2023-03-26 14:58:33.953664000 14:58:33.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.955510000, lastModified=2023-03-26 14:58:33.953664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.953664000 to 2023-03-26 14:58:33.954664000 14:58:33.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.957384000, lastModified=2023-03-26 14:58:33.955664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.957384000, lastModified=2023-03-26 14:58:33.955664000, delta=1720000 ns, racy<=10000 ns 14:58:33.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.959121000, lastModified=2023-03-26 14:58:33.956664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.956664000 to 2023-03-26 14:58:33.957664000 14:58:33.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.959387000, lastModified=2023-03-26 14:58:33.957664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.959387000, lastModified=2023-03-26 14:58:33.957664000, delta=1723000 ns, racy<=10000 ns 14:58:33.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.961166000, lastModified=2023-03-26 14:58:33.959664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.961166000, lastModified=2023-03-26 14:58:33.959664000, delta=1502000 ns, racy<=10000 ns 14:58:33.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.962993000, lastModified=2023-03-26 14:58:33.959664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.959664000 to 2023-03-26 14:58:33.961664000 14:58:33.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.963202000, lastModified=2023-03-26 14:58:33.961664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.963202000, lastModified=2023-03-26 14:58:33.961664000, delta=1538000 ns, racy<=10000 ns 14:58:33.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.964986000, lastModified=2023-03-26 14:58:33.963664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.964986000, lastModified=2023-03-26 14:58:33.963664000, delta=1322000 ns, racy<=10000 ns 14:58:33.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.966783000, lastModified=2023-03-26 14:58:33.963664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.963664000 to 2023-03-26 14:58:33.965664000 14:58:33.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.967000000, lastModified=2023-03-26 14:58:33.965664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.967000000, lastModified=2023-03-26 14:58:33.965664000, delta=1336000 ns, racy<=10000 ns 14:58:33.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.968761000, lastModified=2023-03-26 14:58:33.967664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.968761000, lastModified=2023-03-26 14:58:33.967664000, delta=1097000 ns, racy<=10000 ns 14:58:33.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.970464000, lastModified=2023-03-26 14:58:33.967664000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.967664000 to 2023-03-26 14:58:33.969665000 14:58:33.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.970662000, lastModified=2023-03-26 14:58:33.969665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.970662000, lastModified=2023-03-26 14:58:33.969665000, delta=997000 ns, racy<=10000 ns 14:58:33.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.972323000, lastModified=2023-03-26 14:58:33.970665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.972323000, lastModified=2023-03-26 14:58:33.970665000, delta=1658000 ns, racy<=10000 ns 14:58:33.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.974000000, lastModified=2023-03-26 14:58:33.970665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.970665000 to 2023-03-26 14:58:33.972665000 14:58:33.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.974201000, lastModified=2023-03-26 14:58:33.972665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.974201000, lastModified=2023-03-26 14:58:33.972665000, delta=1536000 ns, racy<=10000 ns 14:58:33.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.976026000, lastModified=2023-03-26 14:58:33.974665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.976026000, lastModified=2023-03-26 14:58:33.974665000, delta=1361000 ns, racy<=10000 ns 14:58:33.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.977932000, lastModified=2023-03-26 14:58:33.974665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.974665000 to 2023-03-26 14:58:33.976665000 14:58:33.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.978135000, lastModified=2023-03-26 14:58:33.976665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.978135000, lastModified=2023-03-26 14:58:33.976665000, delta=1470000 ns, racy<=10000 ns 14:58:33.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.979975000, lastModified=2023-03-26 14:58:33.978665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.979975000, lastModified=2023-03-26 14:58:33.978665000, delta=1310000 ns, racy<=10000 ns 14:58:33.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.981744000, lastModified=2023-03-26 14:58:33.978665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.978665000 to 2023-03-26 14:58:33.980665000 14:58:33.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.981950000, lastModified=2023-03-26 14:58:33.980665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.981950000, lastModified=2023-03-26 14:58:33.980665000, delta=1285000 ns, racy<=10000 ns 14:58:33.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.983855000, lastModified=2023-03-26 14:58:33.982665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.983855000, lastModified=2023-03-26 14:58:33.982665000, delta=1190000 ns, racy<=10000 ns 14:58:33.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.985626000, lastModified=2023-03-26 14:58:33.982665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.982665000 to 2023-03-26 14:58:33.984665000 14:58:33.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.985862000, lastModified=2023-03-26 14:58:33.984665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.985862000, lastModified=2023-03-26 14:58:33.984665000, delta=1197000 ns, racy<=10000 ns 14:58:33.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.987644000, lastModified=2023-03-26 14:58:33.986665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.987644000, lastModified=2023-03-26 14:58:33.986665000, delta=979000 ns, racy<=10000 ns 14:58:33.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.992637000, lastModified=2023-03-26 14:58:33.989665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.989665000 to 2023-03-26 14:58:33.991665000 14:58:33.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.992918000, lastModified=2023-03-26 14:58:33.991665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.992918000, lastModified=2023-03-26 14:58:33.991665000, delta=1253000 ns, racy<=10000 ns 14:58:33.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.994809000, lastModified=2023-03-26 14:58:33.993665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.994809000, lastModified=2023-03-26 14:58:33.993665000, delta=1144000 ns, racy<=10000 ns 14:58:33.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:33.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.996588000, lastModified=2023-03-26 14:58:33.993665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:33.993665000 to 2023-03-26 14:58:33.995665000 14:58:33.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:33.996954000, lastModified=2023-03-26 14:58:33.995665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:33.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:33.996954000, lastModified=2023-03-26 14:58:33.995665000, delta=1289000 ns, racy<=10000 ns 14:58:33.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.003886000, lastModified=2023-03-26 14:58:34.002665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.003886000, lastModified=2023-03-26 14:58:34.002665000, delta=1221000 ns, racy<=10000 ns 14:58:34.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.007929000, lastModified=2023-03-26 14:58:34.004665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.004665000 to 2023-03-26 14:58:34.006665000 14:58:34.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.008248000, lastModified=2023-03-26 14:58:34.006665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.008248000, lastModified=2023-03-26 14:58:34.006665000, delta=1583000 ns, racy<=10000 ns 14:58:34.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.010063000, lastModified=2023-03-26 14:58:34.008665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.008665000 to 2023-03-26 14:58:34.009665000 14:58:34.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.012877000, lastModified=2023-03-26 14:58:34.009665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.009665000 to 2023-03-26 14:58:34.011665000 14:58:34.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.013115000, lastModified=2023-03-26 14:58:34.011665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.013115000, lastModified=2023-03-26 14:58:34.011665000, delta=1450000 ns, racy<=10000 ns 14:58:34.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.015029000, lastModified=2023-03-26 14:58:34.013665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.015029000, lastModified=2023-03-26 14:58:34.013665000, delta=1364000 ns, racy<=10000 ns 14:58:34.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.017106000, lastModified=2023-03-26 14:58:34.013665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.013665000 to 2023-03-26 14:58:34.015665000 14:58:34.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.017346000, lastModified=2023-03-26 14:58:34.015665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.017346000, lastModified=2023-03-26 14:58:34.015665000, delta=1681000 ns, racy<=10000 ns 14:58:34.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.019354000, lastModified=2023-03-26 14:58:34.017665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.019354000, lastModified=2023-03-26 14:58:34.017665000, delta=1689000 ns, racy<=10000 ns 14:58:34.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.021501000, lastModified=2023-03-26 14:58:34.018665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.018665000 to 2023-03-26 14:58:34.020665000 14:58:34.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.021727000, lastModified=2023-03-26 14:58:34.020665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.021727000, lastModified=2023-03-26 14:58:34.020665000, delta=1062000 ns, racy<=10000 ns 14:58:34.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.023655000, lastModified=2023-03-26 14:58:34.022665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.023655000, lastModified=2023-03-26 14:58:34.022665000, delta=990000 ns, racy<=10000 ns 14:58:34.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.025444000, lastModified=2023-03-26 14:58:34.022665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.022665000 to 2023-03-26 14:58:34.024665000 14:58:34.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.025677000, lastModified=2023-03-26 14:58:34.024665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.025677000, lastModified=2023-03-26 14:58:34.024665000, delta=1012000 ns, racy<=10000 ns 14:58:34.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.027598000, lastModified=2023-03-26 14:58:34.026665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.027598000, lastModified=2023-03-26 14:58:34.026665000, delta=933000 ns, racy<=10000 ns 14:58:34.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.029460000, lastModified=2023-03-26 14:58:34.026665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.026665000 to 2023-03-26 14:58:34.028665000 14:58:34.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.029800000, lastModified=2023-03-26 14:58:34.028665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.029800000, lastModified=2023-03-26 14:58:34.028665000, delta=1135000 ns, racy<=10000 ns 14:58:34.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.031733000, lastModified=2023-03-26 14:58:34.030665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.031733000, lastModified=2023-03-26 14:58:34.030665000, delta=1068000 ns, racy<=10000 ns 14:58:34.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.033696000, lastModified=2023-03-26 14:58:34.030665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.030665000 to 2023-03-26 14:58:34.032665000 14:58:34.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.033993000, lastModified=2023-03-26 14:58:34.032665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.033993000, lastModified=2023-03-26 14:58:34.032665000, delta=1328000 ns, racy<=10000 ns 14:58:34.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.036016000, lastModified=2023-03-26 14:58:34.034665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.036016000, lastModified=2023-03-26 14:58:34.034665000, delta=1351000 ns, racy<=10000 ns 14:58:34.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.038129000, lastModified=2023-03-26 14:58:34.034665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.034665000 to 2023-03-26 14:58:34.036665000 14:58:34.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.038370000, lastModified=2023-03-26 14:58:34.036665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.038370000, lastModified=2023-03-26 14:58:34.036665000, delta=1705000 ns, racy<=10000 ns 14:58:34.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.040409000, lastModified=2023-03-26 14:58:34.038665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.040409000, lastModified=2023-03-26 14:58:34.038665000, delta=1744000 ns, racy<=10000 ns 14:58:34.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.042239000, lastModified=2023-03-26 14:58:34.039665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.039665000 to 2023-03-26 14:58:34.040665000 14:58:34.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.042479000, lastModified=2023-03-26 14:58:34.040665000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.040665000 to 2023-03-26 14:58:34.041665000 14:58:34.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.044447000, lastModified=2023-03-26 14:58:34.042666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.042666000 to 2023-03-26 14:58:34.043666000 14:58:34.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.046747000, lastModified=2023-03-26 14:58:34.043666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.043666000 to 2023-03-26 14:58:34.045666000 14:58:34.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.047005000, lastModified=2023-03-26 14:58:34.045666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.047005000, lastModified=2023-03-26 14:58:34.045666000, delta=1339000 ns, racy<=10000 ns 14:58:34.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.049181000, lastModified=2023-03-26 14:58:34.047666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.049181000, lastModified=2023-03-26 14:58:34.047666000, delta=1515000 ns, racy<=10000 ns 14:58:34.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.051060000, lastModified=2023-03-26 14:58:34.047666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.047666000 to 2023-03-26 14:58:34.049666000 14:58:34.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.051299000, lastModified=2023-03-26 14:58:34.049666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.051299000, lastModified=2023-03-26 14:58:34.049666000, delta=1633000 ns, racy<=10000 ns 14:58:34.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.053447000, lastModified=2023-03-26 14:58:34.051666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.051666000 to 2023-03-26 14:58:34.052666000 14:58:34.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.055705000, lastModified=2023-03-26 14:58:34.052666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.052666000 to 2023-03-26 14:58:34.054666000 14:58:34.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.055961000, lastModified=2023-03-26 14:58:34.054666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.055961000, lastModified=2023-03-26 14:58:34.054666000, delta=1295000 ns, racy<=10000 ns 14:58:34.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.058091000, lastModified=2023-03-26 14:58:34.056666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.058091000, lastModified=2023-03-26 14:58:34.056666000, delta=1425000 ns, racy<=10000 ns 14:58:34.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.060106000, lastModified=2023-03-26 14:58:34.056666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.056666000 to 2023-03-26 14:58:34.058666000 14:58:34.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.060303000, lastModified=2023-03-26 14:58:34.058666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.060303000, lastModified=2023-03-26 14:58:34.058666000, delta=1637000 ns, racy<=10000 ns 14:58:34.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.062469000, lastModified=2023-03-26 14:58:34.060666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.060666000 to 2023-03-26 14:58:34.061666000 14:58:34.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.064732000, lastModified=2023-03-26 14:58:34.061666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.061666000 to 2023-03-26 14:58:34.063666000 14:58:34.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.064931000, lastModified=2023-03-26 14:58:34.063666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.064931000, lastModified=2023-03-26 14:58:34.063666000, delta=1265000 ns, racy<=10000 ns 14:58:34.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.067188000, lastModified=2023-03-26 14:58:34.065666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.067188000, lastModified=2023-03-26 14:58:34.065666000, delta=1522000 ns, racy<=10000 ns 14:58:34.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.069318000, lastModified=2023-03-26 14:58:34.065666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.065666000 to 2023-03-26 14:58:34.067666000 14:58:34.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.069544000, lastModified=2023-03-26 14:58:34.067666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.067666000 to 2023-03-26 14:58:34.068666000 14:58:34.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.071565000, lastModified=2023-03-26 14:58:34.070666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.071565000, lastModified=2023-03-26 14:58:34.070666000, delta=899000 ns, racy<=10000 ns 14:58:34.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.073725000, lastModified=2023-03-26 14:58:34.070666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.070666000 to 2023-03-26 14:58:34.072666000 14:58:34.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.073987000, lastModified=2023-03-26 14:58:34.072666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.073987000, lastModified=2023-03-26 14:58:34.072666000, delta=1321000 ns, racy<=10000 ns 14:58:34.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.076151000, lastModified=2023-03-26 14:58:34.074666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.076151000, lastModified=2023-03-26 14:58:34.074666000, delta=1485000 ns, racy<=10000 ns 14:58:34.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.078336000, lastModified=2023-03-26 14:58:34.074666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.074666000 to 2023-03-26 14:58:34.076666000 14:58:34.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.078606000, lastModified=2023-03-26 14:58:34.077666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.078606000, lastModified=2023-03-26 14:58:34.077666000, delta=940000 ns, racy<=10000 ns 14:58:34.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.080731000, lastModified=2023-03-26 14:58:34.079666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.080731000, lastModified=2023-03-26 14:58:34.079666000, delta=1065000 ns, racy<=10000 ns 14:58:34.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.082691000, lastModified=2023-03-26 14:58:34.079666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.079666000 to 2023-03-26 14:58:34.081666000 14:58:34.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.082899000, lastModified=2023-03-26 14:58:34.081666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.082899000, lastModified=2023-03-26 14:58:34.081666000, delta=1233000 ns, racy<=10000 ns 14:58:34.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.085014000, lastModified=2023-03-26 14:58:34.083666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.085014000, lastModified=2023-03-26 14:58:34.083666000, delta=1348000 ns, racy<=10000 ns 14:58:34.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.087196000, lastModified=2023-03-26 14:58:34.083666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.083666000 to 2023-03-26 14:58:34.085666000 14:58:34.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.087402000, lastModified=2023-03-26 14:58:34.085666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.087402000, lastModified=2023-03-26 14:58:34.085666000, delta=1736000 ns, racy<=10000 ns 14:58:34.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.089306000, lastModified=2023-03-26 14:58:34.087666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.089306000, lastModified=2023-03-26 14:58:34.087666000, delta=1640000 ns, racy<=10000 ns 14:58:34.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.091386000, lastModified=2023-03-26 14:58:34.087666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.087666000 to 2023-03-26 14:58:34.089666000 14:58:34.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.091633000, lastModified=2023-03-26 14:58:34.090666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.091633000, lastModified=2023-03-26 14:58:34.090666000, delta=967000 ns, racy<=10000 ns 14:58:34.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.093813000, lastModified=2023-03-26 14:58:34.092666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.093813000, lastModified=2023-03-26 14:58:34.092666000, delta=1147000 ns, racy<=10000 ns 14:58:34.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.095924000, lastModified=2023-03-26 14:58:34.092666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.092666000 to 2023-03-26 14:58:34.094666000 14:58:34.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.096136000, lastModified=2023-03-26 14:58:34.094666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.096136000, lastModified=2023-03-26 14:58:34.094666000, delta=1470000 ns, racy<=10000 ns 14:58:34.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.098372000, lastModified=2023-03-26 14:58:34.096666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.098372000, lastModified=2023-03-26 14:58:34.096666000, delta=1706000 ns, racy<=10000 ns 14:58:34.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.100531000, lastModified=2023-03-26 14:58:34.097666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.097666000 to 2023-03-26 14:58:34.099666000 14:58:34.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.100742000, lastModified=2023-03-26 14:58:34.099666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.100742000, lastModified=2023-03-26 14:58:34.099666000, delta=1076000 ns, racy<=10000 ns 14:58:34.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.102809000, lastModified=2023-03-26 14:58:34.101666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.102809000, lastModified=2023-03-26 14:58:34.101666000, delta=1143000 ns, racy<=10000 ns 14:58:34.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.104681000, lastModified=2023-03-26 14:58:34.101666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.101666000 to 2023-03-26 14:58:34.103666000 14:58:34.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.104890000, lastModified=2023-03-26 14:58:34.103666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.104890000, lastModified=2023-03-26 14:58:34.103666000, delta=1224000 ns, racy<=10000 ns 14:58:34.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.106799000, lastModified=2023-03-26 14:58:34.105666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.106799000, lastModified=2023-03-26 14:58:34.105666000, delta=1133000 ns, racy<=10000 ns 14:58:34.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.109001000, lastModified=2023-03-26 14:58:34.105666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.105666000 to 2023-03-26 14:58:34.107666000 14:58:34.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.109280000, lastModified=2023-03-26 14:58:34.107666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.109280000, lastModified=2023-03-26 14:58:34.107666000, delta=1614000 ns, racy<=10000 ns 14:58:34.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.111446000, lastModified=2023-03-26 14:58:34.109666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.109666000 to 2023-03-26 14:58:34.110666000 14:58:34.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.113675000, lastModified=2023-03-26 14:58:34.110666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.110666000 to 2023-03-26 14:58:34.112666000 14:58:34.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.113909000, lastModified=2023-03-26 14:58:34.112666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.113909000, lastModified=2023-03-26 14:58:34.112666000, delta=1243000 ns, racy<=10000 ns 14:58:34.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.116187000, lastModified=2023-03-26 14:58:34.114666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.116187000, lastModified=2023-03-26 14:58:34.114666000, delta=1521000 ns, racy<=10000 ns 14:58:34.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.118235000, lastModified=2023-03-26 14:58:34.114666000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.114666000 to 2023-03-26 14:58:34.116667000 14:58:34.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.118421000, lastModified=2023-03-26 14:58:34.116667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.118421000, lastModified=2023-03-26 14:58:34.116667000, delta=1754000 ns, racy<=10000 ns 14:58:34.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.120457000, lastModified=2023-03-26 14:58:34.118667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.118667000 to 2023-03-26 14:58:34.119667000 14:58:34.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.122720000, lastModified=2023-03-26 14:58:34.119667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.119667000 to 2023-03-26 14:58:34.121667000 14:58:34.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.122918000, lastModified=2023-03-26 14:58:34.121667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.122918000, lastModified=2023-03-26 14:58:34.121667000, delta=1251000 ns, racy<=10000 ns 14:58:34.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.125170000, lastModified=2023-03-26 14:58:34.123667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.125170000, lastModified=2023-03-26 14:58:34.123667000, delta=1503000 ns, racy<=10000 ns 14:58:34.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.127284000, lastModified=2023-03-26 14:58:34.123667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.123667000 to 2023-03-26 14:58:34.125667000 14:58:34.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.127482000, lastModified=2023-03-26 14:58:34.125667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.125667000 to 2023-03-26 14:58:34.126667000 14:58:34.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.129788000, lastModified=2023-03-26 14:58:34.128667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.129788000, lastModified=2023-03-26 14:58:34.128667000, delta=1121000 ns, racy<=10000 ns 14:58:34.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.131788000, lastModified=2023-03-26 14:58:34.128667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.128667000 to 2023-03-26 14:58:34.130667000 14:58:34.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.132047000, lastModified=2023-03-26 14:58:34.130667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.132047000, lastModified=2023-03-26 14:58:34.130667000, delta=1380000 ns, racy<=10000 ns 14:58:34.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.134181000, lastModified=2023-03-26 14:58:34.132667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.134181000, lastModified=2023-03-26 14:58:34.132667000, delta=1514000 ns, racy<=10000 ns 14:58:34.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.136323000, lastModified=2023-03-26 14:58:34.132667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.132667000 to 2023-03-26 14:58:34.134667000 14:58:34.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.136595000, lastModified=2023-03-26 14:58:34.135667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.136595000, lastModified=2023-03-26 14:58:34.135667000, delta=928000 ns, racy<=10000 ns 14:58:34.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.141345000, lastModified=2023-03-26 14:58:34.139667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.139667000 to 2023-03-26 14:58:34.140667000 14:58:34.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.143587000, lastModified=2023-03-26 14:58:34.140667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.140667000 to 2023-03-26 14:58:34.142667000 14:58:34.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.143821000, lastModified=2023-03-26 14:58:34.142667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.143821000, lastModified=2023-03-26 14:58:34.142667000, delta=1154000 ns, racy<=10000 ns 14:58:34.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.145821000, lastModified=2023-03-26 14:58:34.144667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.145821000, lastModified=2023-03-26 14:58:34.144667000, delta=1154000 ns, racy<=10000 ns 14:58:34.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.148019000, lastModified=2023-03-26 14:58:34.144667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.144667000 to 2023-03-26 14:58:34.146667000 14:58:34.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.148286000, lastModified=2023-03-26 14:58:34.146667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.148286000, lastModified=2023-03-26 14:58:34.146667000, delta=1619000 ns, racy<=10000 ns 14:58:34.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.150256000, lastModified=2023-03-26 14:58:34.148667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.150256000, lastModified=2023-03-26 14:58:34.148667000, delta=1589000 ns, racy<=10000 ns 14:58:34.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.152372000, lastModified=2023-03-26 14:58:34.148667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.148667000 to 2023-03-26 14:58:34.151667000 14:58:34.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.152702000, lastModified=2023-03-26 14:58:34.151667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.152702000, lastModified=2023-03-26 14:58:34.151667000, delta=1035000 ns, racy<=10000 ns 14:58:34.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.154592000, lastModified=2023-03-26 14:58:34.153667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.154592000, lastModified=2023-03-26 14:58:34.153667000, delta=925000 ns, racy<=10000 ns 14:58:34.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.156731000, lastModified=2023-03-26 14:58:34.153667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.153667000 to 2023-03-26 14:58:34.155667000 14:58:34.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.156937000, lastModified=2023-03-26 14:58:34.155667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.156937000, lastModified=2023-03-26 14:58:34.155667000, delta=1270000 ns, racy<=10000 ns 14:58:34.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.159178000, lastModified=2023-03-26 14:58:34.157667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.159178000, lastModified=2023-03-26 14:58:34.157667000, delta=1511000 ns, racy<=10000 ns 14:58:34.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.161074000, lastModified=2023-03-26 14:58:34.157667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.157667000 to 2023-03-26 14:58:34.159667000 14:58:34.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.161312000, lastModified=2023-03-26 14:58:34.159667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.161312000, lastModified=2023-03-26 14:58:34.159667000, delta=1645000 ns, racy<=10000 ns 14:58:34.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.163373000, lastModified=2023-03-26 14:58:34.161667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.163373000, lastModified=2023-03-26 14:58:34.161667000, delta=1706000 ns, racy<=10000 ns 14:58:34.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.165202000, lastModified=2023-03-26 14:58:34.162667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.162667000 to 2023-03-26 14:58:34.163667000 14:58:34.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.165442000, lastModified=2023-03-26 14:58:34.163667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.163667000 to 2023-03-26 14:58:34.164667000 14:58:34.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.167398000, lastModified=2023-03-26 14:58:34.165667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.167398000, lastModified=2023-03-26 14:58:34.165667000, delta=1731000 ns, racy<=10000 ns 14:58:34.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.169282000, lastModified=2023-03-26 14:58:34.166667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.166667000 to 2023-03-26 14:58:34.167667000 14:58:34.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.169555000, lastModified=2023-03-26 14:58:34.168667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.169555000, lastModified=2023-03-26 14:58:34.168667000, delta=888000 ns, racy<=10000 ns 14:58:34.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.171618000, lastModified=2023-03-26 14:58:34.170667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.171618000, lastModified=2023-03-26 14:58:34.170667000, delta=951000 ns, racy<=10000 ns 14:58:34.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.173718000, lastModified=2023-03-26 14:58:34.170667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.170667000 to 2023-03-26 14:58:34.172667000 14:58:34.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.173951000, lastModified=2023-03-26 14:58:34.172667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.173951000, lastModified=2023-03-26 14:58:34.172667000, delta=1284000 ns, racy<=10000 ns 14:58:34.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.175830000, lastModified=2023-03-26 14:58:34.174667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.175830000, lastModified=2023-03-26 14:58:34.174667000, delta=1163000 ns, racy<=10000 ns 14:58:34.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.177715000, lastModified=2023-03-26 14:58:34.174667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.174667000 to 2023-03-26 14:58:34.176667000 14:58:34.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.177953000, lastModified=2023-03-26 14:58:34.176667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.177953000, lastModified=2023-03-26 14:58:34.176667000, delta=1286000 ns, racy<=10000 ns 14:58:34.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.180029000, lastModified=2023-03-26 14:58:34.178667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.180029000, lastModified=2023-03-26 14:58:34.178667000, delta=1362000 ns, racy<=10000 ns 14:58:34.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.182117000, lastModified=2023-03-26 14:58:34.178667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.178667000 to 2023-03-26 14:58:34.180667000 14:58:34.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.182350000, lastModified=2023-03-26 14:58:34.180667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.182350000, lastModified=2023-03-26 14:58:34.180667000, delta=1683000 ns, racy<=10000 ns 14:58:34.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.184417000, lastModified=2023-03-26 14:58:34.182667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.184417000, lastModified=2023-03-26 14:58:34.182667000, delta=1750000 ns, racy<=10000 ns 14:58:34.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.186504000, lastModified=2023-03-26 14:58:34.183667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.183667000 to 2023-03-26 14:58:34.185667000 14:58:34.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.186730000, lastModified=2023-03-26 14:58:34.185667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.186730000, lastModified=2023-03-26 14:58:34.185667000, delta=1063000 ns, racy<=10000 ns 14:58:34.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.188818000, lastModified=2023-03-26 14:58:34.187667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.188818000, lastModified=2023-03-26 14:58:34.187667000, delta=1151000 ns, racy<=10000 ns 14:58:34.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.190520000, lastModified=2023-03-26 14:58:34.187667000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.187667000 to 2023-03-26 14:58:34.189668000 14:58:34.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.190758000, lastModified=2023-03-26 14:58:34.189668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.190758000, lastModified=2023-03-26 14:58:34.189668000, delta=1090000 ns, racy<=10000 ns 14:58:34.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.192816000, lastModified=2023-03-26 14:58:34.191668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.192816000, lastModified=2023-03-26 14:58:34.191668000, delta=1148000 ns, racy<=10000 ns 14:58:34.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.194630000, lastModified=2023-03-26 14:58:34.191668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.191668000 to 2023-03-26 14:58:34.193668000 14:58:34.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.194816000, lastModified=2023-03-26 14:58:34.193668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.194816000, lastModified=2023-03-26 14:58:34.193668000, delta=1148000 ns, racy<=10000 ns 14:58:34.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.196747000, lastModified=2023-03-26 14:58:34.195668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.196747000, lastModified=2023-03-26 14:58:34.195668000, delta=1079000 ns, racy<=10000 ns 14:58:34.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.198696000, lastModified=2023-03-26 14:58:34.195668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.195668000 to 2023-03-26 14:58:34.197668000 14:58:34.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.198927000, lastModified=2023-03-26 14:58:34.197668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.198927000, lastModified=2023-03-26 14:58:34.197668000, delta=1259000 ns, racy<=10000 ns 14:58:34.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.201039000, lastModified=2023-03-26 14:58:34.199668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.201039000, lastModified=2023-03-26 14:58:34.199668000, delta=1371000 ns, racy<=10000 ns 14:58:34.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.203112000, lastModified=2023-03-26 14:58:34.199668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.199668000 to 2023-03-26 14:58:34.201668000 14:58:34.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.203349000, lastModified=2023-03-26 14:58:34.201668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.203349000, lastModified=2023-03-26 14:58:34.201668000, delta=1681000 ns, racy<=10000 ns 14:58:34.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.205690000, lastModified=2023-03-26 14:58:34.204668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.205690000, lastModified=2023-03-26 14:58:34.204668000, delta=1022000 ns, racy<=10000 ns 14:58:34.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.207680000, lastModified=2023-03-26 14:58:34.204668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.204668000 to 2023-03-26 14:58:34.206668000 14:58:34.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.207907000, lastModified=2023-03-26 14:58:34.206668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.207907000, lastModified=2023-03-26 14:58:34.206668000, delta=1239000 ns, racy<=10000 ns 14:58:34.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.209997000, lastModified=2023-03-26 14:58:34.208668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.209997000, lastModified=2023-03-26 14:58:34.208668000, delta=1329000 ns, racy<=10000 ns 14:58:34.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.212077000, lastModified=2023-03-26 14:58:34.208668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.208668000 to 2023-03-26 14:58:34.210668000 14:58:34.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.212317000, lastModified=2023-03-26 14:58:34.210668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.212317000, lastModified=2023-03-26 14:58:34.210668000, delta=1649000 ns, racy<=10000 ns 14:58:34.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.214383000, lastModified=2023-03-26 14:58:34.212668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.214383000, lastModified=2023-03-26 14:58:34.212668000, delta=1715000 ns, racy<=10000 ns 14:58:34.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.216209000, lastModified=2023-03-26 14:58:34.213668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.213668000 to 2023-03-26 14:58:34.214668000 14:58:34.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.216445000, lastModified=2023-03-26 14:58:34.214668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.214668000 to 2023-03-26 14:58:34.215668000 14:58:34.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.218437000, lastModified=2023-03-26 14:58:34.216668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.216668000 to 2023-03-26 14:58:34.217668000 14:58:34.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.220231000, lastModified=2023-03-26 14:58:34.217668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.217668000 to 2023-03-26 14:58:34.218668000 14:58:34.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.220512000, lastModified=2023-03-26 14:58:34.218668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.218668000 to 2023-03-26 14:58:34.219668000 14:58:34.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.222587000, lastModified=2023-03-26 14:58:34.221668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.222587000, lastModified=2023-03-26 14:58:34.221668000, delta=919000 ns, racy<=10000 ns 14:58:34.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.224301000, lastModified=2023-03-26 14:58:34.221668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.221668000 to 2023-03-26 14:58:34.222668000 14:58:34.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.224515000, lastModified=2023-03-26 14:58:34.222668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.222668000 to 2023-03-26 14:58:34.223668000 14:58:34.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.226274000, lastModified=2023-03-26 14:58:34.224668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.226274000, lastModified=2023-03-26 14:58:34.224668000, delta=1606000 ns, racy<=10000 ns 14:58:34.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.228261000, lastModified=2023-03-26 14:58:34.224668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.224668000 to 2023-03-26 14:58:34.226668000 14:58:34.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.228926000, lastModified=2023-03-26 14:58:34.227668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.228926000, lastModified=2023-03-26 14:58:34.227668000, delta=1258000 ns, racy<=10000 ns 14:58:34.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.230642000, lastModified=2023-03-26 14:58:34.229668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.230642000, lastModified=2023-03-26 14:58:34.229668000, delta=974000 ns, racy<=10000 ns 14:58:34.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.232662000, lastModified=2023-03-26 14:58:34.229668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.229668000 to 2023-03-26 14:58:34.231668000 14:58:34.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.232924000, lastModified=2023-03-26 14:58:34.231668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.232924000, lastModified=2023-03-26 14:58:34.231668000, delta=1256000 ns, racy<=10000 ns 14:58:34.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.234880000, lastModified=2023-03-26 14:58:34.233668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.234880000, lastModified=2023-03-26 14:58:34.233668000, delta=1212000 ns, racy<=10000 ns 14:58:34.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.236707000, lastModified=2023-03-26 14:58:34.233668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.233668000 to 2023-03-26 14:58:34.235668000 14:58:34.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.236963000, lastModified=2023-03-26 14:58:34.235668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.236963000, lastModified=2023-03-26 14:58:34.235668000, delta=1295000 ns, racy<=10000 ns 14:58:34.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.239204000, lastModified=2023-03-26 14:58:34.237668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.239204000, lastModified=2023-03-26 14:58:34.237668000, delta=1536000 ns, racy<=10000 ns 14:58:34.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.241238000, lastModified=2023-03-26 14:58:34.237668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.237668000 to 2023-03-26 14:58:34.239668000 14:58:34.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.241512000, lastModified=2023-03-26 14:58:34.239668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.239668000 to 2023-03-26 14:58:34.240668000 14:58:34.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.243705000, lastModified=2023-03-26 14:58:34.242668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.243705000, lastModified=2023-03-26 14:58:34.242668000, delta=1037000 ns, racy<=10000 ns 14:58:34.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.245625000, lastModified=2023-03-26 14:58:34.242668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.242668000 to 2023-03-26 14:58:34.244668000 14:58:34.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.245859000, lastModified=2023-03-26 14:58:34.244668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.245859000, lastModified=2023-03-26 14:58:34.244668000, delta=1191000 ns, racy<=10000 ns 14:58:34.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.247795000, lastModified=2023-03-26 14:58:34.246668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.247795000, lastModified=2023-03-26 14:58:34.246668000, delta=1127000 ns, racy<=10000 ns 14:58:34.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.249774000, lastModified=2023-03-26 14:58:34.246668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.246668000 to 2023-03-26 14:58:34.248668000 14:58:34.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.249955000, lastModified=2023-03-26 14:58:34.248668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.249955000, lastModified=2023-03-26 14:58:34.248668000, delta=1287000 ns, racy<=10000 ns 14:58:34.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.252124000, lastModified=2023-03-26 14:58:34.250668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.252124000, lastModified=2023-03-26 14:58:34.250668000, delta=1456000 ns, racy<=10000 ns 14:58:34.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.254246000, lastModified=2023-03-26 14:58:34.250668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.250668000 to 2023-03-26 14:58:34.252668000 14:58:34.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.254481000, lastModified=2023-03-26 14:58:34.252668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.252668000 to 2023-03-26 14:58:34.253668000 14:58:34.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.256304000, lastModified=2023-03-26 14:58:34.254668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.256304000, lastModified=2023-03-26 14:58:34.254668000, delta=1636000 ns, racy<=10000 ns 14:58:34.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.258341000, lastModified=2023-03-26 14:58:34.254668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.254668000 to 2023-03-26 14:58:34.256668000 14:58:34.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.258540000, lastModified=2023-03-26 14:58:34.257668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.258540000, lastModified=2023-03-26 14:58:34.257668000, delta=872000 ns, racy<=10000 ns 14:58:34.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.260813000, lastModified=2023-03-26 14:58:34.259668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.260813000, lastModified=2023-03-26 14:58:34.259668000, delta=1145000 ns, racy<=10000 ns 14:58:34.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.263111000, lastModified=2023-03-26 14:58:34.259668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.259668000 to 2023-03-26 14:58:34.261668000 14:58:34.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.263368000, lastModified=2023-03-26 14:58:34.261668000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.263368000, lastModified=2023-03-26 14:58:34.261668000, delta=1700000 ns, racy<=10000 ns 14:58:34.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.265329000, lastModified=2023-03-26 14:58:34.263669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.265329000, lastModified=2023-03-26 14:58:34.263669000, delta=1660000 ns, racy<=10000 ns 14:58:34.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.267878000, lastModified=2023-03-26 14:58:34.264669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.264669000 to 2023-03-26 14:58:34.268669000 14:58:34.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.270215000, lastModified=2023-03-26 14:58:34.268669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.270215000, lastModified=2023-03-26 14:58:34.268669000, delta=1546000 ns, racy<=10000 ns 14:58:34.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.272389000, lastModified=2023-03-26 14:58:34.270669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.272389000, lastModified=2023-03-26 14:58:34.270669000, delta=1720000 ns, racy<=10000 ns 14:58:34.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.274578000, lastModified=2023-03-26 14:58:34.271669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.271669000 to 2023-03-26 14:58:34.273669000 14:58:34.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.274809000, lastModified=2023-03-26 14:58:34.273669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.274809000, lastModified=2023-03-26 14:58:34.273669000, delta=1140000 ns, racy<=10000 ns 14:58:34.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.276716000, lastModified=2023-03-26 14:58:34.275669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.276716000, lastModified=2023-03-26 14:58:34.275669000, delta=1047000 ns, racy<=10000 ns 14:58:34.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.278712000, lastModified=2023-03-26 14:58:34.275669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.275669000 to 2023-03-26 14:58:34.277669000 14:58:34.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.278941000, lastModified=2023-03-26 14:58:34.277669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.278941000, lastModified=2023-03-26 14:58:34.277669000, delta=1272000 ns, racy<=10000 ns 14:58:34.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.281128000, lastModified=2023-03-26 14:58:34.279669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.281128000, lastModified=2023-03-26 14:58:34.279669000, delta=1459000 ns, racy<=10000 ns 14:58:34.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.283327000, lastModified=2023-03-26 14:58:34.279669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.279669000 to 2023-03-26 14:58:34.281669000 14:58:34.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.283561000, lastModified=2023-03-26 14:58:34.282669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.283561000, lastModified=2023-03-26 14:58:34.282669000, delta=892000 ns, racy<=10000 ns 14:58:34.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.285514000, lastModified=2023-03-26 14:58:34.283669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.283669000 to 2023-03-26 14:58:34.284669000 14:58:34.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.287700000, lastModified=2023-03-26 14:58:34.284669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.284669000 to 2023-03-26 14:58:34.286669000 14:58:34.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.287950000, lastModified=2023-03-26 14:58:34.286669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.287950000, lastModified=2023-03-26 14:58:34.286669000, delta=1281000 ns, racy<=10000 ns 14:58:34.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.290099000, lastModified=2023-03-26 14:58:34.288669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.290099000, lastModified=2023-03-26 14:58:34.288669000, delta=1430000 ns, racy<=10000 ns 14:58:34.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.291884000, lastModified=2023-03-26 14:58:34.288669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.288669000 to 2023-03-26 14:58:34.290669000 14:58:34.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.292114000, lastModified=2023-03-26 14:58:34.290669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.292114000, lastModified=2023-03-26 14:58:34.290669000, delta=1445000 ns, racy<=10000 ns 14:58:34.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.294338000, lastModified=2023-03-26 14:58:34.292669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.294338000, lastModified=2023-03-26 14:58:34.292669000, delta=1669000 ns, racy<=10000 ns 14:58:34.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.296272000, lastModified=2023-03-26 14:58:34.293669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.293669000 to 2023-03-26 14:58:34.294669000 14:58:34.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.298162000, lastModified=2023-03-26 14:58:34.296669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.298162000, lastModified=2023-03-26 14:58:34.296669000, delta=1493000 ns, racy<=10000 ns 14:58:34.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.300368000, lastModified=2023-03-26 14:58:34.298669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.300368000, lastModified=2023-03-26 14:58:34.298669000, delta=1699000 ns, racy<=10000 ns 14:58:34.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.302498000, lastModified=2023-03-26 14:58:34.299669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.299669000 to 2023-03-26 14:58:34.301669000 14:58:34.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.302737000, lastModified=2023-03-26 14:58:34.301669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.302737000, lastModified=2023-03-26 14:58:34.301669000, delta=1068000 ns, racy<=10000 ns 14:58:34.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.304459000, lastModified=2023-03-26 14:58:34.302669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.302669000 to 2023-03-26 14:58:34.303669000 14:58:34.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.306368000, lastModified=2023-03-26 14:58:34.303669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.303669000 to 2023-03-26 14:58:34.304669000 14:58:34.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.306710000, lastModified=2023-03-26 14:58:34.305669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.306710000, lastModified=2023-03-26 14:58:34.305669000, delta=1041000 ns, racy<=10000 ns 14:58:34.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.308587000, lastModified=2023-03-26 14:58:34.307669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.308587000, lastModified=2023-03-26 14:58:34.307669000, delta=918000 ns, racy<=10000 ns 14:58:34.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.310446000, lastModified=2023-03-26 14:58:34.307669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.307669000 to 2023-03-26 14:58:34.309669000 14:58:34.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.310669000, lastModified=2023-03-26 14:58:34.309669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.310669000, lastModified=2023-03-26 14:58:34.309669000, delta=1000000 ns, racy<=10000 ns 14:58:34.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.312382000, lastModified=2023-03-26 14:58:34.310669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.312382000, lastModified=2023-03-26 14:58:34.310669000, delta=1713000 ns, racy<=10000 ns 14:58:34.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.314366000, lastModified=2023-03-26 14:58:34.311669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.311669000 to 2023-03-26 14:58:34.312669000 14:58:34.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.319652000, lastModified=2023-03-26 14:58:34.318669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.319652000, lastModified=2023-03-26 14:58:34.318669000, delta=983000 ns, racy<=10000 ns 14:58:34.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.321544000, lastModified=2023-03-26 14:58:34.319669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.319669000 to 2023-03-26 14:58:34.320669000 14:58:34.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.323277000, lastModified=2023-03-26 14:58:34.320669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.320669000 to 2023-03-26 14:58:34.321669000 14:58:34.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.323557000, lastModified=2023-03-26 14:58:34.321669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.321669000 to 2023-03-26 14:58:34.322669000 14:58:34.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.325249000, lastModified=2023-03-26 14:58:34.323669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.325249000, lastModified=2023-03-26 14:58:34.323669000, delta=1580000 ns, racy<=10000 ns 14:58:34.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.327289000, lastModified=2023-03-26 14:58:34.323669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.323669000 to 2023-03-26 14:58:34.325669000 14:58:34.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.327482000, lastModified=2023-03-26 14:58:34.325669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.325669000 to 2023-03-26 14:58:34.326669000 14:58:34.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.329799000, lastModified=2023-03-26 14:58:34.328669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.329799000, lastModified=2023-03-26 14:58:34.328669000, delta=1130000 ns, racy<=10000 ns 14:58:34.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.331693000, lastModified=2023-03-26 14:58:34.328669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.328669000 to 2023-03-26 14:58:34.330669000 14:58:34.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.331951000, lastModified=2023-03-26 14:58:34.330669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.331951000, lastModified=2023-03-26 14:58:34.330669000, delta=1282000 ns, racy<=10000 ns 14:58:34.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.334096000, lastModified=2023-03-26 14:58:34.332669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.334096000, lastModified=2023-03-26 14:58:34.332669000, delta=1427000 ns, racy<=10000 ns 14:58:34.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.336260000, lastModified=2023-03-26 14:58:34.332669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.332669000 to 2023-03-26 14:58:34.334669000 14:58:34.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.336454000, lastModified=2023-03-26 14:58:34.334669000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.334669000 to 2023-03-26 14:58:34.335669000 14:58:34.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.338666000, lastModified=2023-03-26 14:58:34.337670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.338666000, lastModified=2023-03-26 14:58:34.337670000, delta=996000 ns, racy<=10000 ns 14:58:34.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.340737000, lastModified=2023-03-26 14:58:34.337670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.337670000 to 2023-03-26 14:58:34.339670000 14:58:34.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.340979000, lastModified=2023-03-26 14:58:34.339670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.340979000, lastModified=2023-03-26 14:58:34.339670000, delta=1309000 ns, racy<=10000 ns 14:58:34.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.343252000, lastModified=2023-03-26 14:58:34.341670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.343252000, lastModified=2023-03-26 14:58:34.341670000, delta=1582000 ns, racy<=10000 ns 14:58:34.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.345583000, lastModified=2023-03-26 14:58:34.342670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.342670000 to 2023-03-26 14:58:34.344670000 14:58:34.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.345840000, lastModified=2023-03-26 14:58:34.344670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.345840000, lastModified=2023-03-26 14:58:34.344670000, delta=1170000 ns, racy<=10000 ns 14:58:34.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.347831000, lastModified=2023-03-26 14:58:34.346670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.347831000, lastModified=2023-03-26 14:58:34.346670000, delta=1161000 ns, racy<=10000 ns 14:58:34.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.350130000, lastModified=2023-03-26 14:58:34.346670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.346670000 to 2023-03-26 14:58:34.348670000 14:58:34.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.350385000, lastModified=2023-03-26 14:58:34.348670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.350385000, lastModified=2023-03-26 14:58:34.348670000, delta=1715000 ns, racy<=10000 ns 14:58:34.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.352257000, lastModified=2023-03-26 14:58:34.350670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.352257000, lastModified=2023-03-26 14:58:34.350670000, delta=1587000 ns, racy<=10000 ns 14:58:34.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.354386000, lastModified=2023-03-26 14:58:34.350670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.350670000 to 2023-03-26 14:58:34.352670000 14:58:34.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.354620000, lastModified=2023-03-26 14:58:34.353670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.354620000, lastModified=2023-03-26 14:58:34.353670000, delta=950000 ns, racy<=10000 ns 14:58:34.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.356750000, lastModified=2023-03-26 14:58:34.355670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.356750000, lastModified=2023-03-26 14:58:34.355670000, delta=1080000 ns, racy<=10000 ns 14:58:34.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.358630000, lastModified=2023-03-26 14:58:34.355670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.355670000 to 2023-03-26 14:58:34.357670000 14:58:34.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.358883000, lastModified=2023-03-26 14:58:34.357670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.358883000, lastModified=2023-03-26 14:58:34.357670000, delta=1213000 ns, racy<=10000 ns 14:58:34.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.360785000, lastModified=2023-03-26 14:58:34.359670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.360785000, lastModified=2023-03-26 14:58:34.359670000, delta=1115000 ns, racy<=10000 ns 14:58:34.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.362722000, lastModified=2023-03-26 14:58:34.359670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.359670000 to 2023-03-26 14:58:34.361670000 14:58:34.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.362959000, lastModified=2023-03-26 14:58:34.361670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.362959000, lastModified=2023-03-26 14:58:34.361670000, delta=1289000 ns, racy<=10000 ns 14:58:34.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.365162000, lastModified=2023-03-26 14:58:34.363670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.365162000, lastModified=2023-03-26 14:58:34.363670000, delta=1492000 ns, racy<=10000 ns 14:58:34.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.367261000, lastModified=2023-03-26 14:58:34.363670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.363670000 to 2023-03-26 14:58:34.365670000 14:58:34.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.367451000, lastModified=2023-03-26 14:58:34.365670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.365670000 to 2023-03-26 14:58:34.366670000 14:58:34.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.369604000, lastModified=2023-03-26 14:58:34.368670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.369604000, lastModified=2023-03-26 14:58:34.368670000, delta=934000 ns, racy<=10000 ns 14:58:34.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.371712000, lastModified=2023-03-26 14:58:34.368670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.368670000 to 2023-03-26 14:58:34.370670000 14:58:34.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.371952000, lastModified=2023-03-26 14:58:34.370670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.371952000, lastModified=2023-03-26 14:58:34.370670000, delta=1282000 ns, racy<=10000 ns 14:58:34.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.374134000, lastModified=2023-03-26 14:58:34.372670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.374134000, lastModified=2023-03-26 14:58:34.372670000, delta=1464000 ns, racy<=10000 ns 14:58:34.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.376184000, lastModified=2023-03-26 14:58:34.372670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.372670000 to 2023-03-26 14:58:34.374670000 14:58:34.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.376424000, lastModified=2023-03-26 14:58:34.374670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.376424000, lastModified=2023-03-26 14:58:34.374670000, delta=1754000 ns, racy<=10000 ns 14:58:34.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.378429000, lastModified=2023-03-26 14:58:34.376670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.376670000 to 2023-03-26 14:58:34.377670000 14:58:34.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.380486000, lastModified=2023-03-26 14:58:34.377670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.377670000 to 2023-03-26 14:58:34.379670000 14:58:34.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.380745000, lastModified=2023-03-26 14:58:34.379670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.380745000, lastModified=2023-03-26 14:58:34.379670000, delta=1075000 ns, racy<=10000 ns 14:58:34.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.382672000, lastModified=2023-03-26 14:58:34.381670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.382672000, lastModified=2023-03-26 14:58:34.381670000, delta=1002000 ns, racy<=10000 ns 14:58:34.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.384653000, lastModified=2023-03-26 14:58:34.381670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.381670000 to 2023-03-26 14:58:34.383670000 14:58:34.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.384891000, lastModified=2023-03-26 14:58:34.383670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.384891000, lastModified=2023-03-26 14:58:34.383670000, delta=1221000 ns, racy<=10000 ns 14:58:34.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.386840000, lastModified=2023-03-26 14:58:34.385670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.386840000, lastModified=2023-03-26 14:58:34.385670000, delta=1170000 ns, racy<=10000 ns 14:58:34.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.388928000, lastModified=2023-03-26 14:58:34.385670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.385670000 to 2023-03-26 14:58:34.387670000 14:58:34.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.389369000, lastModified=2023-03-26 14:58:34.387670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.387670000 to 2023-03-26 14:58:34.388670000 14:58:34.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.391554000, lastModified=2023-03-26 14:58:34.390670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.391554000, lastModified=2023-03-26 14:58:34.390670000, delta=884000 ns, racy<=10000 ns 14:58:34.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.393682000, lastModified=2023-03-26 14:58:34.390670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.390670000 to 2023-03-26 14:58:34.392670000 14:58:34.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.393911000, lastModified=2023-03-26 14:58:34.392670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.393911000, lastModified=2023-03-26 14:58:34.392670000, delta=1241000 ns, racy<=10000 ns 14:58:34.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.395831000, lastModified=2023-03-26 14:58:34.394670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.395831000, lastModified=2023-03-26 14:58:34.394670000, delta=1161000 ns, racy<=10000 ns 14:58:34.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.397763000, lastModified=2023-03-26 14:58:34.394670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.394670000 to 2023-03-26 14:58:34.396670000 14:58:34.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.397999000, lastModified=2023-03-26 14:58:34.396670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.397999000, lastModified=2023-03-26 14:58:34.396670000, delta=1329000 ns, racy<=10000 ns 14:58:34.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.399950000, lastModified=2023-03-26 14:58:34.398670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.399950000, lastModified=2023-03-26 14:58:34.398670000, delta=1280000 ns, racy<=10000 ns 14:58:34.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.401990000, lastModified=2023-03-26 14:58:34.398670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.398670000 to 2023-03-26 14:58:34.400670000 14:58:34.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.402228000, lastModified=2023-03-26 14:58:34.400670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.402228000, lastModified=2023-03-26 14:58:34.400670000, delta=1558000 ns, racy<=10000 ns 14:58:34.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.404394000, lastModified=2023-03-26 14:58:34.402670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.404394000, lastModified=2023-03-26 14:58:34.402670000, delta=1724000 ns, racy<=10000 ns 14:58:34.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.406342000, lastModified=2023-03-26 14:58:34.403670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.403670000 to 2023-03-26 14:58:34.404670000 14:58:34.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.406565000, lastModified=2023-03-26 14:58:34.405670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.406565000, lastModified=2023-03-26 14:58:34.405670000, delta=895000 ns, racy<=10000 ns 14:58:34.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.408675000, lastModified=2023-03-26 14:58:34.407670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.408675000, lastModified=2023-03-26 14:58:34.407670000, delta=1005000 ns, racy<=10000 ns 14:58:34.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.410708000, lastModified=2023-03-26 14:58:34.407670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.407670000 to 2023-03-26 14:58:34.409670000 14:58:34.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.410943000, lastModified=2023-03-26 14:58:34.409670000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.410943000, lastModified=2023-03-26 14:58:34.409670000, delta=1273000 ns, racy<=10000 ns 14:58:34.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.412852000, lastModified=2023-03-26 14:58:34.411671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.412852000, lastModified=2023-03-26 14:58:34.411671000, delta=1181000 ns, racy<=10000 ns 14:58:34.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.414714000, lastModified=2023-03-26 14:58:34.411671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.411671000 to 2023-03-26 14:58:34.413671000 14:58:34.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.414951000, lastModified=2023-03-26 14:58:34.413671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.414951000, lastModified=2023-03-26 14:58:34.413671000, delta=1280000 ns, racy<=10000 ns 14:58:34.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.416851000, lastModified=2023-03-26 14:58:34.415671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.416851000, lastModified=2023-03-26 14:58:34.415671000, delta=1180000 ns, racy<=10000 ns 14:58:34.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.418984000, lastModified=2023-03-26 14:58:34.415671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.415671000 to 2023-03-26 14:58:34.417671000 14:58:34.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.419238000, lastModified=2023-03-26 14:58:34.417671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.419238000, lastModified=2023-03-26 14:58:34.417671000, delta=1567000 ns, racy<=10000 ns 14:58:34.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.421339000, lastModified=2023-03-26 14:58:34.419671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.421339000, lastModified=2023-03-26 14:58:34.419671000, delta=1668000 ns, racy<=10000 ns 14:58:34.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.423248000, lastModified=2023-03-26 14:58:34.420671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.420671000 to 2023-03-26 14:58:34.421671000 14:58:34.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.423478000, lastModified=2023-03-26 14:58:34.421671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.421671000 to 2023-03-26 14:58:34.422671000 14:58:34.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.425434000, lastModified=2023-03-26 14:58:34.423671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.423671000 to 2023-03-26 14:58:34.424671000 14:58:34.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.427574000, lastModified=2023-03-26 14:58:34.424671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.424671000 to 2023-03-26 14:58:34.426671000 14:58:34.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.427804000, lastModified=2023-03-26 14:58:34.426671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.427804000, lastModified=2023-03-26 14:58:34.426671000, delta=1133000 ns, racy<=10000 ns 14:58:34.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.429845000, lastModified=2023-03-26 14:58:34.428671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.429845000, lastModified=2023-03-26 14:58:34.428671000, delta=1174000 ns, racy<=10000 ns 14:58:34.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.431944000, lastModified=2023-03-26 14:58:34.428671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.428671000 to 2023-03-26 14:58:34.430671000 14:58:34.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.432204000, lastModified=2023-03-26 14:58:34.430671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.432204000, lastModified=2023-03-26 14:58:34.430671000, delta=1533000 ns, racy<=10000 ns 14:58:34.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.434372000, lastModified=2023-03-26 14:58:34.432671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.434372000, lastModified=2023-03-26 14:58:34.432671000, delta=1701000 ns, racy<=10000 ns 14:58:34.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.436156000, lastModified=2023-03-26 14:58:34.433671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.433671000 to 2023-03-26 14:58:34.434671000 14:58:34.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.436447000, lastModified=2023-03-26 14:58:34.434671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.434671000 to 2023-03-26 14:58:34.435671000 14:58:34.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.438470000, lastModified=2023-03-26 14:58:34.436671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.436671000 to 2023-03-26 14:58:34.437671000 14:58:34.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.440541000, lastModified=2023-03-26 14:58:34.437671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.437671000 to 2023-03-26 14:58:34.439671000 14:58:34.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.440782000, lastModified=2023-03-26 14:58:34.439671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.440782000, lastModified=2023-03-26 14:58:34.439671000, delta=1111000 ns, racy<=10000 ns 14:58:34.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.442760000, lastModified=2023-03-26 14:58:34.441671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.442760000, lastModified=2023-03-26 14:58:34.441671000, delta=1089000 ns, racy<=10000 ns 14:58:34.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.444717000, lastModified=2023-03-26 14:58:34.441671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.441671000 to 2023-03-26 14:58:34.443671000 14:58:34.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.445010000, lastModified=2023-03-26 14:58:34.443671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.445010000, lastModified=2023-03-26 14:58:34.443671000, delta=1339000 ns, racy<=10000 ns 14:58:34.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.446937000, lastModified=2023-03-26 14:58:34.445671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.446937000, lastModified=2023-03-26 14:58:34.445671000, delta=1266000 ns, racy<=10000 ns 14:58:34.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.449112000, lastModified=2023-03-26 14:58:34.445671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.445671000 to 2023-03-26 14:58:34.447671000 14:58:34.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.449344000, lastModified=2023-03-26 14:58:34.447671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.449344000, lastModified=2023-03-26 14:58:34.447671000, delta=1673000 ns, racy<=10000 ns 14:58:34.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.451435000, lastModified=2023-03-26 14:58:34.449671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.449671000 to 2023-03-26 14:58:34.450671000 14:58:34.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.453599000, lastModified=2023-03-26 14:58:34.450671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.450671000 to 2023-03-26 14:58:34.452671000 14:58:34.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.453811000, lastModified=2023-03-26 14:58:34.452671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.453811000, lastModified=2023-03-26 14:58:34.452671000, delta=1140000 ns, racy<=10000 ns 14:58:34.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.455612000, lastModified=2023-03-26 14:58:34.454671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.455612000, lastModified=2023-03-26 14:58:34.454671000, delta=941000 ns, racy<=10000 ns 14:58:34.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.457445000, lastModified=2023-03-26 14:58:34.454671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.454671000 to 2023-03-26 14:58:34.456671000 14:58:34.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.457709000, lastModified=2023-03-26 14:58:34.456671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.457709000, lastModified=2023-03-26 14:58:34.456671000, delta=1038000 ns, racy<=10000 ns 14:58:34.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.459629000, lastModified=2023-03-26 14:58:34.458671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.459629000, lastModified=2023-03-26 14:58:34.458671000, delta=958000 ns, racy<=10000 ns 14:58:34.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.461731000, lastModified=2023-03-26 14:58:34.458671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.458671000 to 2023-03-26 14:58:34.460671000 14:58:34.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.461940000, lastModified=2023-03-26 14:58:34.460671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.461940000, lastModified=2023-03-26 14:58:34.460671000, delta=1269000 ns, racy<=10000 ns 14:58:34.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.464109000, lastModified=2023-03-26 14:58:34.462671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.464109000, lastModified=2023-03-26 14:58:34.462671000, delta=1438000 ns, racy<=10000 ns 14:58:34.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.466338000, lastModified=2023-03-26 14:58:34.462671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.462671000 to 2023-03-26 14:58:34.464671000 14:58:34.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.466556000, lastModified=2023-03-26 14:58:34.465671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.466556000, lastModified=2023-03-26 14:58:34.465671000, delta=885000 ns, racy<=10000 ns 14:58:34.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.468821000, lastModified=2023-03-26 14:58:34.467671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.468821000, lastModified=2023-03-26 14:58:34.467671000, delta=1150000 ns, racy<=10000 ns 14:58:34.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.471032000, lastModified=2023-03-26 14:58:34.467671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.467671000 to 2023-03-26 14:58:34.469671000 14:58:34.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.471291000, lastModified=2023-03-26 14:58:34.469671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.471291000, lastModified=2023-03-26 14:58:34.469671000, delta=1620000 ns, racy<=10000 ns 14:58:34.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.473320000, lastModified=2023-03-26 14:58:34.471671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.473320000, lastModified=2023-03-26 14:58:34.471671000, delta=1649000 ns, racy<=10000 ns 14:58:34.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.475282000, lastModified=2023-03-26 14:58:34.471671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.471671000 to 2023-03-26 14:58:34.473671000 14:58:34.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.475527000, lastModified=2023-03-26 14:58:34.474671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.475527000, lastModified=2023-03-26 14:58:34.474671000, delta=856000 ns, racy<=10000 ns 14:58:34.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.477610000, lastModified=2023-03-26 14:58:34.476671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.477610000, lastModified=2023-03-26 14:58:34.476671000, delta=939000 ns, racy<=10000 ns 14:58:34.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.479673000, lastModified=2023-03-26 14:58:34.476671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.476671000 to 2023-03-26 14:58:34.478671000 14:58:34.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.479930000, lastModified=2023-03-26 14:58:34.478671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.479930000, lastModified=2023-03-26 14:58:34.478671000, delta=1259000 ns, racy<=10000 ns 14:58:34.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.481844000, lastModified=2023-03-26 14:58:34.480671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.481844000, lastModified=2023-03-26 14:58:34.480671000, delta=1173000 ns, racy<=10000 ns 14:58:34.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.484084000, lastModified=2023-03-26 14:58:34.480671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.480671000 to 2023-03-26 14:58:34.482671000 14:58:34.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.484279000, lastModified=2023-03-26 14:58:34.482671000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.484279000, lastModified=2023-03-26 14:58:34.482671000, delta=1608000 ns, racy<=10000 ns 14:58:34.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.486468000, lastModified=2023-03-26 14:58:34.484672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.484672000 to 2023-03-26 14:58:34.485672000 14:58:34.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.488594000, lastModified=2023-03-26 14:58:34.485672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.485672000 to 2023-03-26 14:58:34.487672000 14:58:34.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.488826000, lastModified=2023-03-26 14:58:34.487672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.488826000, lastModified=2023-03-26 14:58:34.487672000, delta=1154000 ns, racy<=10000 ns 14:58:34.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.490823000, lastModified=2023-03-26 14:58:34.489672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.490823000, lastModified=2023-03-26 14:58:34.489672000, delta=1151000 ns, racy<=10000 ns 14:58:34.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.493254000, lastModified=2023-03-26 14:58:34.489672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.489672000 to 2023-03-26 14:58:34.491672000 14:58:34.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.493444000, lastModified=2023-03-26 14:58:34.491672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.491672000 to 2023-03-26 14:58:34.492672000 14:58:34.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.495474000, lastModified=2023-03-26 14:58:34.493672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.493672000 to 2023-03-26 14:58:34.494672000 14:58:34.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.497591000, lastModified=2023-03-26 14:58:34.494672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.494672000 to 2023-03-26 14:58:34.496672000 14:58:34.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.497825000, lastModified=2023-03-26 14:58:34.496672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.497825000, lastModified=2023-03-26 14:58:34.496672000, delta=1153000 ns, racy<=10000 ns 14:58:34.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.499823000, lastModified=2023-03-26 14:58:34.498672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.499823000, lastModified=2023-03-26 14:58:34.498672000, delta=1151000 ns, racy<=10000 ns 14:58:34.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.502295000, lastModified=2023-03-26 14:58:34.499672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.499672000 to 2023-03-26 14:58:34.500672000 14:58:34.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.502526000, lastModified=2023-03-26 14:58:34.500672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.500672000 to 2023-03-26 14:58:34.501672000 14:58:34.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.504563000, lastModified=2023-03-26 14:58:34.503672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.504563000, lastModified=2023-03-26 14:58:34.503672000, delta=891000 ns, racy<=10000 ns 14:58:34.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.506614000, lastModified=2023-03-26 14:58:34.503672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.503672000 to 2023-03-26 14:58:34.505672000 14:58:34.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.506847000, lastModified=2023-03-26 14:58:34.505672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.506847000, lastModified=2023-03-26 14:58:34.505672000, delta=1175000 ns, racy<=10000 ns 14:58:34.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.508823000, lastModified=2023-03-26 14:58:34.507672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.508823000, lastModified=2023-03-26 14:58:34.507672000, delta=1151000 ns, racy<=10000 ns 14:58:34.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.510758000, lastModified=2023-03-26 14:58:34.507672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.507672000 to 2023-03-26 14:58:34.509672000 14:58:34.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.510991000, lastModified=2023-03-26 14:58:34.509672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.510991000, lastModified=2023-03-26 14:58:34.509672000, delta=1319000 ns, racy<=10000 ns 14:58:34.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.512909000, lastModified=2023-03-26 14:58:34.511672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.512909000, lastModified=2023-03-26 14:58:34.511672000, delta=1237000 ns, racy<=10000 ns 14:58:34.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.514900000, lastModified=2023-03-26 14:58:34.511672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.511672000 to 2023-03-26 14:58:34.513672000 14:58:34.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.515146000, lastModified=2023-03-26 14:58:34.513672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.515146000, lastModified=2023-03-26 14:58:34.513672000, delta=1474000 ns, racy<=10000 ns 14:58:34.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.516839000, lastModified=2023-03-26 14:58:34.515672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.516839000, lastModified=2023-03-26 14:58:34.515672000, delta=1167000 ns, racy<=10000 ns 14:58:34.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.518524000, lastModified=2023-03-26 14:58:34.515672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.515672000 to 2023-03-26 14:58:34.517672000 14:58:34.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.518717000, lastModified=2023-03-26 14:58:34.517672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.518717000, lastModified=2023-03-26 14:58:34.517672000, delta=1045000 ns, racy<=10000 ns 14:58:34.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.520413000, lastModified=2023-03-26 14:58:34.518672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.520413000, lastModified=2023-03-26 14:58:34.518672000, delta=1741000 ns, racy<=10000 ns 14:58:34.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.522094000, lastModified=2023-03-26 14:58:34.519672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.519672000 to 2023-03-26 14:58:34.520672000 14:58:34.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.522286000, lastModified=2023-03-26 14:58:34.520672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.522286000, lastModified=2023-03-26 14:58:34.520672000, delta=1614000 ns, racy<=10000 ns 14:58:34.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.524001000, lastModified=2023-03-26 14:58:34.522672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.524001000, lastModified=2023-03-26 14:58:34.522672000, delta=1329000 ns, racy<=10000 ns 14:58:34.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.525672000, lastModified=2023-03-26 14:58:34.522672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.522672000 to 2023-03-26 14:58:34.524672000 14:58:34.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.525863000, lastModified=2023-03-26 14:58:34.524672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.525863000, lastModified=2023-03-26 14:58:34.524672000, delta=1191000 ns, racy<=10000 ns 14:58:34.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.527646000, lastModified=2023-03-26 14:58:34.526672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.527646000, lastModified=2023-03-26 14:58:34.526672000, delta=974000 ns, racy<=10000 ns 14:58:34.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.529719000, lastModified=2023-03-26 14:58:34.526672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.526672000 to 2023-03-26 14:58:34.528672000 14:58:34.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.529923000, lastModified=2023-03-26 14:58:34.528672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.529923000, lastModified=2023-03-26 14:58:34.528672000, delta=1251000 ns, racy<=10000 ns 14:58:34.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.531798000, lastModified=2023-03-26 14:58:34.530672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.531798000, lastModified=2023-03-26 14:58:34.530672000, delta=1126000 ns, racy<=10000 ns 14:58:34.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.533900000, lastModified=2023-03-26 14:58:34.530672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.530672000 to 2023-03-26 14:58:34.532672000 14:58:34.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.534159000, lastModified=2023-03-26 14:58:34.532672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.534159000, lastModified=2023-03-26 14:58:34.532672000, delta=1487000 ns, racy<=10000 ns 14:58:34.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.536293000, lastModified=2023-03-26 14:58:34.534672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.536293000, lastModified=2023-03-26 14:58:34.534672000, delta=1621000 ns, racy<=10000 ns 14:58:34.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.538275000, lastModified=2023-03-26 14:58:34.534672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.534672000 to 2023-03-26 14:58:34.536672000 14:58:34.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.538477000, lastModified=2023-03-26 14:58:34.536672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.536672000 to 2023-03-26 14:58:34.537672000 14:58:34.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.540669000, lastModified=2023-03-26 14:58:34.539672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.540669000, lastModified=2023-03-26 14:58:34.539672000, delta=997000 ns, racy<=10000 ns 14:58:34.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.542667000, lastModified=2023-03-26 14:58:34.539672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.539672000 to 2023-03-26 14:58:34.541672000 14:58:34.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.542914000, lastModified=2023-03-26 14:58:34.541672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.542914000, lastModified=2023-03-26 14:58:34.541672000, delta=1242000 ns, racy<=10000 ns 14:58:34.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.544824000, lastModified=2023-03-26 14:58:34.543672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.544824000, lastModified=2023-03-26 14:58:34.543672000, delta=1152000 ns, racy<=10000 ns 14:58:34.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.546673000, lastModified=2023-03-26 14:58:34.543672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.543672000 to 2023-03-26 14:58:34.545672000 14:58:34.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.546914000, lastModified=2023-03-26 14:58:34.545672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.546914000, lastModified=2023-03-26 14:58:34.545672000, delta=1242000 ns, racy<=10000 ns 14:58:34.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.548871000, lastModified=2023-03-26 14:58:34.547672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.548871000, lastModified=2023-03-26 14:58:34.547672000, delta=1199000 ns, racy<=10000 ns 14:58:34.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.550837000, lastModified=2023-03-26 14:58:34.547672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.547672000 to 2023-03-26 14:58:34.549672000 14:58:34.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.551091000, lastModified=2023-03-26 14:58:34.549672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.551091000, lastModified=2023-03-26 14:58:34.549672000, delta=1419000 ns, racy<=10000 ns 14:58:34.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.553237000, lastModified=2023-03-26 14:58:34.551672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.553237000, lastModified=2023-03-26 14:58:34.551672000, delta=1565000 ns, racy<=10000 ns 14:58:34.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.555033000, lastModified=2023-03-26 14:58:34.551672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.551672000 to 2023-03-26 14:58:34.553672000 14:58:34.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.555213000, lastModified=2023-03-26 14:58:34.553672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.555213000, lastModified=2023-03-26 14:58:34.553672000, delta=1541000 ns, racy<=10000 ns 14:58:34.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.557347000, lastModified=2023-03-26 14:58:34.555672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.557347000, lastModified=2023-03-26 14:58:34.555672000, delta=1675000 ns, racy<=10000 ns 14:58:34.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.559466000, lastModified=2023-03-26 14:58:34.556672000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.556672000 to 2023-03-26 14:58:34.558673000 14:58:34.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.559719000, lastModified=2023-03-26 14:58:34.558673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.559719000, lastModified=2023-03-26 14:58:34.558673000, delta=1046000 ns, racy<=10000 ns 14:58:34.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.561842000, lastModified=2023-03-26 14:58:34.560673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.561842000, lastModified=2023-03-26 14:58:34.560673000, delta=1169000 ns, racy<=10000 ns 14:58:34.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.564031000, lastModified=2023-03-26 14:58:34.560673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.560673000 to 2023-03-26 14:58:34.562673000 14:58:34.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.564287000, lastModified=2023-03-26 14:58:34.562673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.564287000, lastModified=2023-03-26 14:58:34.562673000, delta=1614000 ns, racy<=10000 ns 14:58:34.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.566412000, lastModified=2023-03-26 14:58:34.564673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.566412000, lastModified=2023-03-26 14:58:34.564673000, delta=1739000 ns, racy<=10000 ns 14:58:34.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.568596000, lastModified=2023-03-26 14:58:34.565673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.565673000 to 2023-03-26 14:58:34.567673000 14:58:34.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.568853000, lastModified=2023-03-26 14:58:34.567673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.568853000, lastModified=2023-03-26 14:58:34.567673000, delta=1180000 ns, racy<=10000 ns 14:58:34.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.571062000, lastModified=2023-03-26 14:58:34.569673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.571062000, lastModified=2023-03-26 14:58:34.569673000, delta=1389000 ns, racy<=10000 ns 14:58:34.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.573140000, lastModified=2023-03-26 14:58:34.569673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.569673000 to 2023-03-26 14:58:34.571673000 14:58:34.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.573339000, lastModified=2023-03-26 14:58:34.571673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.573339000, lastModified=2023-03-26 14:58:34.571673000, delta=1666000 ns, racy<=10000 ns 14:58:34.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.575319000, lastModified=2023-03-26 14:58:34.573673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.575319000, lastModified=2023-03-26 14:58:34.573673000, delta=1646000 ns, racy<=10000 ns 14:58:34.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.577140000, lastModified=2023-03-26 14:58:34.573673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.573673000 to 2023-03-26 14:58:34.575673000 14:58:34.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.577343000, lastModified=2023-03-26 14:58:34.575673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.577343000, lastModified=2023-03-26 14:58:34.575673000, delta=1670000 ns, racy<=10000 ns 14:58:34.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.579112000, lastModified=2023-03-26 14:58:34.577673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.579112000, lastModified=2023-03-26 14:58:34.577673000, delta=1439000 ns, racy<=10000 ns 14:58:34.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.581137000, lastModified=2023-03-26 14:58:34.577673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.577673000 to 2023-03-26 14:58:34.579673000 14:58:34.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.581384000, lastModified=2023-03-26 14:58:34.579673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.581384000, lastModified=2023-03-26 14:58:34.579673000, delta=1711000 ns, racy<=10000 ns 14:58:34.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.583443000, lastModified=2023-03-26 14:58:34.581673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.581673000 to 2023-03-26 14:58:34.582673000 14:58:34.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.585553000, lastModified=2023-03-26 14:58:34.582673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.582673000 to 2023-03-26 14:58:34.584673000 14:58:34.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.585735000, lastModified=2023-03-26 14:58:34.584673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.585735000, lastModified=2023-03-26 14:58:34.584673000, delta=1062000 ns, racy<=10000 ns 14:58:34.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.587837000, lastModified=2023-03-26 14:58:34.586673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.587837000, lastModified=2023-03-26 14:58:34.586673000, delta=1164000 ns, racy<=10000 ns 14:58:34.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.590023000, lastModified=2023-03-26 14:58:34.586673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.586673000 to 2023-03-26 14:58:34.588673000 14:58:34.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.590258000, lastModified=2023-03-26 14:58:34.588673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.590258000, lastModified=2023-03-26 14:58:34.588673000, delta=1585000 ns, racy<=10000 ns 14:58:34.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.592213000, lastModified=2023-03-26 14:58:34.590673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.592213000, lastModified=2023-03-26 14:58:34.590673000, delta=1540000 ns, racy<=10000 ns 14:58:34.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.594182000, lastModified=2023-03-26 14:58:34.590673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.590673000 to 2023-03-26 14:58:34.592673000 14:58:34.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.594386000, lastModified=2023-03-26 14:58:34.592673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.594386000, lastModified=2023-03-26 14:58:34.592673000, delta=1713000 ns, racy<=10000 ns 14:58:34.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.596227000, lastModified=2023-03-26 14:58:34.594673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.596227000, lastModified=2023-03-26 14:58:34.594673000, delta=1554000 ns, racy<=10000 ns 14:58:34.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.598004000, lastModified=2023-03-26 14:58:34.594673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.594673000 to 2023-03-26 14:58:34.596673000 14:58:34.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.598231000, lastModified=2023-03-26 14:58:34.596673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.598231000, lastModified=2023-03-26 14:58:34.596673000, delta=1558000 ns, racy<=10000 ns 14:58:34.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.599932000, lastModified=2023-03-26 14:58:34.598673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.599932000, lastModified=2023-03-26 14:58:34.598673000, delta=1259000 ns, racy<=10000 ns 14:58:34.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.601603000, lastModified=2023-03-26 14:58:34.598673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.598673000 to 2023-03-26 14:58:34.600673000 14:58:34.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.601792000, lastModified=2023-03-26 14:58:34.600673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.601792000, lastModified=2023-03-26 14:58:34.600673000, delta=1119000 ns, racy<=10000 ns 14:58:34.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.603482000, lastModified=2023-03-26 14:58:34.601673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.601673000 to 2023-03-26 14:58:34.602673000 14:58:34.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.605413000, lastModified=2023-03-26 14:58:34.602673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.602673000 to 2023-03-26 14:58:34.603673000 14:58:34.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.605657000, lastModified=2023-03-26 14:58:34.604673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.605657000, lastModified=2023-03-26 14:58:34.604673000, delta=984000 ns, racy<=10000 ns 14:58:34.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.607689000, lastModified=2023-03-26 14:58:34.606673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.607689000, lastModified=2023-03-26 14:58:34.606673000, delta=1016000 ns, racy<=10000 ns 14:58:34.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.609648000, lastModified=2023-03-26 14:58:34.606673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.606673000 to 2023-03-26 14:58:34.608673000 14:58:34.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.609865000, lastModified=2023-03-26 14:58:34.608673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.609865000, lastModified=2023-03-26 14:58:34.608673000, delta=1192000 ns, racy<=10000 ns 14:58:34.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.611783000, lastModified=2023-03-26 14:58:34.610673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.611783000, lastModified=2023-03-26 14:58:34.610673000, delta=1110000 ns, racy<=10000 ns 14:58:34.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.613686000, lastModified=2023-03-26 14:58:34.610673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.610673000 to 2023-03-26 14:58:34.612673000 14:58:34.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.613931000, lastModified=2023-03-26 14:58:34.612673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.613931000, lastModified=2023-03-26 14:58:34.612673000, delta=1258000 ns, racy<=10000 ns 14:58:34.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.615937000, lastModified=2023-03-26 14:58:34.614673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.615937000, lastModified=2023-03-26 14:58:34.614673000, delta=1264000 ns, racy<=10000 ns 14:58:34.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.617897000, lastModified=2023-03-26 14:58:34.614673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.614673000 to 2023-03-26 14:58:34.616673000 14:58:34.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.618193000, lastModified=2023-03-26 14:58:34.616673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.618193000, lastModified=2023-03-26 14:58:34.616673000, delta=1520000 ns, racy<=10000 ns 14:58:34.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.620038000, lastModified=2023-03-26 14:58:34.618673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.620038000, lastModified=2023-03-26 14:58:34.618673000, delta=1365000 ns, racy<=10000 ns 14:58:34.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.621893000, lastModified=2023-03-26 14:58:34.618673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.618673000 to 2023-03-26 14:58:34.620673000 14:58:34.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.622186000, lastModified=2023-03-26 14:58:34.620673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.622186000, lastModified=2023-03-26 14:58:34.620673000, delta=1513000 ns, racy<=10000 ns 14:58:34.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.624075000, lastModified=2023-03-26 14:58:34.622673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.624075000, lastModified=2023-03-26 14:58:34.622673000, delta=1402000 ns, racy<=10000 ns 14:58:34.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.625867000, lastModified=2023-03-26 14:58:34.622673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.622673000 to 2023-03-26 14:58:34.624673000 14:58:34.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.626100000, lastModified=2023-03-26 14:58:34.624673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.626100000, lastModified=2023-03-26 14:58:34.624673000, delta=1427000 ns, racy<=10000 ns 14:58:34.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.627954000, lastModified=2023-03-26 14:58:34.626673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.627954000, lastModified=2023-03-26 14:58:34.626673000, delta=1281000 ns, racy<=10000 ns 14:58:34.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.629820000, lastModified=2023-03-26 14:58:34.626673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.626673000 to 2023-03-26 14:58:34.628673000 14:58:34.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.630145000, lastModified=2023-03-26 14:58:34.628673000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.630145000, lastModified=2023-03-26 14:58:34.628673000, delta=1472000 ns, racy<=10000 ns 14:58:34.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.631888000, lastModified=2023-03-26 14:58:34.630674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.631888000, lastModified=2023-03-26 14:58:34.630674000, delta=1214000 ns, racy<=10000 ns 14:58:34.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.633661000, lastModified=2023-03-26 14:58:34.630674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.630674000 to 2023-03-26 14:58:34.632674000 14:58:34.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.633925000, lastModified=2023-03-26 14:58:34.632674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.633925000, lastModified=2023-03-26 14:58:34.632674000, delta=1251000 ns, racy<=10000 ns 14:58:34.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.635627000, lastModified=2023-03-26 14:58:34.634674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.635627000, lastModified=2023-03-26 14:58:34.634674000, delta=953000 ns, racy<=10000 ns 14:58:34.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.637378000, lastModified=2023-03-26 14:58:34.634674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.634674000 to 2023-03-26 14:58:34.635674000 14:58:34.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.637618000, lastModified=2023-03-26 14:58:34.636674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.637618000, lastModified=2023-03-26 14:58:34.636674000, delta=944000 ns, racy<=10000 ns 14:58:34.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.639461000, lastModified=2023-03-26 14:58:34.637674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.637674000 to 2023-03-26 14:58:34.638674000 14:58:34.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.641718000, lastModified=2023-03-26 14:58:34.638674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.638674000 to 2023-03-26 14:58:34.640674000 14:58:34.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.641978000, lastModified=2023-03-26 14:58:34.640674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.641978000, lastModified=2023-03-26 14:58:34.640674000, delta=1304000 ns, racy<=10000 ns 14:58:34.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.643837000, lastModified=2023-03-26 14:58:34.642674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.643837000, lastModified=2023-03-26 14:58:34.642674000, delta=1163000 ns, racy<=10000 ns 14:58:34.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.646082000, lastModified=2023-03-26 14:58:34.642674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.642674000 to 2023-03-26 14:58:34.644674000 14:58:34.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.646321000, lastModified=2023-03-26 14:58:34.644674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.646321000, lastModified=2023-03-26 14:58:34.644674000, delta=1647000 ns, racy<=10000 ns 14:58:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.648311000, lastModified=2023-03-26 14:58:34.646674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.648311000, lastModified=2023-03-26 14:58:34.646674000, delta=1637000 ns, racy<=10000 ns 14:58:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.650261000, lastModified=2023-03-26 14:58:34.646674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.646674000 to 2023-03-26 14:58:34.648674000 14:58:34.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.650459000, lastModified=2023-03-26 14:58:34.648674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.648674000 to 2023-03-26 14:58:34.649674000 14:58:34.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.652795000, lastModified=2023-03-26 14:58:34.651674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.652795000, lastModified=2023-03-26 14:58:34.651674000, delta=1121000 ns, racy<=10000 ns 14:58:34.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.654725000, lastModified=2023-03-26 14:58:34.651674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.651674000 to 2023-03-26 14:58:34.653674000 14:58:34.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.654983000, lastModified=2023-03-26 14:58:34.653674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.654983000, lastModified=2023-03-26 14:58:34.653674000, delta=1309000 ns, racy<=10000 ns 14:58:34.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.656961000, lastModified=2023-03-26 14:58:34.655674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.656961000, lastModified=2023-03-26 14:58:34.655674000, delta=1287000 ns, racy<=10000 ns 14:58:34.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.659079000, lastModified=2023-03-26 14:58:34.655674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.655674000 to 2023-03-26 14:58:34.657674000 14:58:34.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.659320000, lastModified=2023-03-26 14:58:34.657674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.659320000, lastModified=2023-03-26 14:58:34.657674000, delta=1646000 ns, racy<=10000 ns 14:58:34.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.661451000, lastModified=2023-03-26 14:58:34.659674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.659674000 to 2023-03-26 14:58:34.660674000 14:58:34.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.663677000, lastModified=2023-03-26 14:58:34.660674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.660674000 to 2023-03-26 14:58:34.662674000 14:58:34.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.663866000, lastModified=2023-03-26 14:58:34.662674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.663866000, lastModified=2023-03-26 14:58:34.662674000, delta=1192000 ns, racy<=10000 ns 14:58:34.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.665774000, lastModified=2023-03-26 14:58:34.664674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.665774000, lastModified=2023-03-26 14:58:34.664674000, delta=1100000 ns, racy<=10000 ns 14:58:34.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.667716000, lastModified=2023-03-26 14:58:34.664674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.664674000 to 2023-03-26 14:58:34.666674000 14:58:34.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.667916000, lastModified=2023-03-26 14:58:34.666674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.667916000, lastModified=2023-03-26 14:58:34.666674000, delta=1242000 ns, racy<=10000 ns 14:58:34.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.670136000, lastModified=2023-03-26 14:58:34.668674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.670136000, lastModified=2023-03-26 14:58:34.668674000, delta=1462000 ns, racy<=10000 ns 14:58:34.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.672243000, lastModified=2023-03-26 14:58:34.668674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.668674000 to 2023-03-26 14:58:34.670674000 14:58:34.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.672472000, lastModified=2023-03-26 14:58:34.670674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.670674000 to 2023-03-26 14:58:34.671674000 14:58:34.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.674359000, lastModified=2023-03-26 14:58:34.672674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.674359000, lastModified=2023-03-26 14:58:34.672674000, delta=1685000 ns, racy<=10000 ns 14:58:34.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.676399000, lastModified=2023-03-26 14:58:34.673674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.673674000 to 2023-03-26 14:58:34.674674000 14:58:34.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.676674000, lastModified=2023-03-26 14:58:34.675674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.676674000, lastModified=2023-03-26 14:58:34.675674000, delta=1000000 ns, racy<=10000 ns 14:58:34.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.678759000, lastModified=2023-03-26 14:58:34.677674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.678759000, lastModified=2023-03-26 14:58:34.677674000, delta=1085000 ns, racy<=10000 ns 14:58:34.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.680605000, lastModified=2023-03-26 14:58:34.677674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.677674000 to 2023-03-26 14:58:34.679674000 14:58:34.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.680837000, lastModified=2023-03-26 14:58:34.679674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.680837000, lastModified=2023-03-26 14:58:34.679674000, delta=1163000 ns, racy<=10000 ns 14:58:34.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.682799000, lastModified=2023-03-26 14:58:34.681674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.682799000, lastModified=2023-03-26 14:58:34.681674000, delta=1125000 ns, racy<=10000 ns 14:58:34.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.684977000, lastModified=2023-03-26 14:58:34.681674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.681674000 to 2023-03-26 14:58:34.683674000 14:58:34.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.685208000, lastModified=2023-03-26 14:58:34.683674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.685208000, lastModified=2023-03-26 14:58:34.683674000, delta=1534000 ns, racy<=10000 ns 14:58:34.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.687312000, lastModified=2023-03-26 14:58:34.685674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.687312000, lastModified=2023-03-26 14:58:34.685674000, delta=1638000 ns, racy<=10000 ns 14:58:34.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.689328000, lastModified=2023-03-26 14:58:34.686674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.686674000 to 2023-03-26 14:58:34.687674000 14:58:34.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.689544000, lastModified=2023-03-26 14:58:34.687674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.687674000 to 2023-03-26 14:58:34.688674000 14:58:34.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.691755000, lastModified=2023-03-26 14:58:34.690674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.691755000, lastModified=2023-03-26 14:58:34.690674000, delta=1081000 ns, racy<=10000 ns 14:58:34.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.693649000, lastModified=2023-03-26 14:58:34.690674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.690674000 to 2023-03-26 14:58:34.692674000 14:58:34.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.693892000, lastModified=2023-03-26 14:58:34.692674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.693892000, lastModified=2023-03-26 14:58:34.692674000, delta=1218000 ns, racy<=10000 ns 14:58:34.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.695820000, lastModified=2023-03-26 14:58:34.694674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.695820000, lastModified=2023-03-26 14:58:34.694674000, delta=1146000 ns, racy<=10000 ns 14:58:34.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.697715000, lastModified=2023-03-26 14:58:34.694674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.694674000 to 2023-03-26 14:58:34.696674000 14:58:34.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.697955000, lastModified=2023-03-26 14:58:34.696674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.697955000, lastModified=2023-03-26 14:58:34.696674000, delta=1281000 ns, racy<=10000 ns 14:58:34.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.700116000, lastModified=2023-03-26 14:58:34.698674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.700116000, lastModified=2023-03-26 14:58:34.698674000, delta=1442000 ns, racy<=10000 ns 14:58:34.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.702218000, lastModified=2023-03-26 14:58:34.698674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.698674000 to 2023-03-26 14:58:34.700674000 14:58:34.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.702451000, lastModified=2023-03-26 14:58:34.700674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.700674000 to 2023-03-26 14:58:34.701674000 14:58:34.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.704464000, lastModified=2023-03-26 14:58:34.702674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.702674000 to 2023-03-26 14:58:34.703674000 14:58:34.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.706372000, lastModified=2023-03-26 14:58:34.703674000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.703674000 to 2023-03-26 14:58:34.704675000 14:58:34.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.706631000, lastModified=2023-03-26 14:58:34.705675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.706631000, lastModified=2023-03-26 14:58:34.705675000, delta=956000 ns, racy<=10000 ns 14:58:34.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.708828000, lastModified=2023-03-26 14:58:34.707675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.708828000, lastModified=2023-03-26 14:58:34.707675000, delta=1153000 ns, racy<=10000 ns 14:58:34.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.710707000, lastModified=2023-03-26 14:58:34.707675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.707675000 to 2023-03-26 14:58:34.709675000 14:58:34.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.710943000, lastModified=2023-03-26 14:58:34.709675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.710943000, lastModified=2023-03-26 14:58:34.709675000, delta=1268000 ns, racy<=10000 ns 14:58:34.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.713098000, lastModified=2023-03-26 14:58:34.711675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.713098000, lastModified=2023-03-26 14:58:34.711675000, delta=1423000 ns, racy<=10000 ns 14:58:34.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.715270000, lastModified=2023-03-26 14:58:34.711675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.711675000 to 2023-03-26 14:58:34.713675000 14:58:34.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.715467000, lastModified=2023-03-26 14:58:34.713675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.713675000 to 2023-03-26 14:58:34.714675000 14:58:34.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.717430000, lastModified=2023-03-26 14:58:34.715675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.715675000 to 2023-03-26 14:58:34.716675000 14:58:34.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.719541000, lastModified=2023-03-26 14:58:34.716675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.716675000 to 2023-03-26 14:58:34.718675000 14:58:34.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.719786000, lastModified=2023-03-26 14:58:34.718675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.719786000, lastModified=2023-03-26 14:58:34.718675000, delta=1111000 ns, racy<=10000 ns 14:58:34.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.721728000, lastModified=2023-03-26 14:58:34.720675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.721728000, lastModified=2023-03-26 14:58:34.720675000, delta=1053000 ns, racy<=10000 ns 14:58:34.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.723685000, lastModified=2023-03-26 14:58:34.720675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.720675000 to 2023-03-26 14:58:34.722675000 14:58:34.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.723916000, lastModified=2023-03-26 14:58:34.722675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.723916000, lastModified=2023-03-26 14:58:34.722675000, delta=1241000 ns, racy<=10000 ns 14:58:34.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.725819000, lastModified=2023-03-26 14:58:34.724675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.725819000, lastModified=2023-03-26 14:58:34.724675000, delta=1144000 ns, racy<=10000 ns 14:58:34.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.727809000, lastModified=2023-03-26 14:58:34.724675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.724675000 to 2023-03-26 14:58:34.726675000 14:58:34.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.728048000, lastModified=2023-03-26 14:58:34.726675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.728048000, lastModified=2023-03-26 14:58:34.726675000, delta=1373000 ns, racy<=10000 ns 14:58:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.730193000, lastModified=2023-03-26 14:58:34.728675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.730193000, lastModified=2023-03-26 14:58:34.728675000, delta=1518000 ns, racy<=10000 ns 14:58:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.732228000, lastModified=2023-03-26 14:58:34.728675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.728675000 to 2023-03-26 14:58:34.730675000 14:58:34.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.732460000, lastModified=2023-03-26 14:58:34.730675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.730675000 to 2023-03-26 14:58:34.731675000 14:58:34.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.734325000, lastModified=2023-03-26 14:58:34.732675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.734325000, lastModified=2023-03-26 14:58:34.732675000, delta=1650000 ns, racy<=10000 ns 14:58:34.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.736126000, lastModified=2023-03-26 14:58:34.733675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.733675000 to 2023-03-26 14:58:34.734675000 14:58:34.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.736351000, lastModified=2023-03-26 14:58:34.734675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.736351000, lastModified=2023-03-26 14:58:34.734675000, delta=1676000 ns, racy<=10000 ns 14:58:34.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.738052000, lastModified=2023-03-26 14:58:34.736675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.738052000, lastModified=2023-03-26 14:58:34.736675000, delta=1377000 ns, racy<=10000 ns 14:58:34.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.739751000, lastModified=2023-03-26 14:58:34.736675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.736675000 to 2023-03-26 14:58:34.738675000 14:58:34.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.739949000, lastModified=2023-03-26 14:58:34.738675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.739949000, lastModified=2023-03-26 14:58:34.738675000, delta=1274000 ns, racy<=10000 ns 14:58:34.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.741748000, lastModified=2023-03-26 14:58:34.740675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.741748000, lastModified=2023-03-26 14:58:34.740675000, delta=1073000 ns, racy<=10000 ns 14:58:34.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.743444000, lastModified=2023-03-26 14:58:34.740675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.740675000 to 2023-03-26 14:58:34.742675000 14:58:34.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.743684000, lastModified=2023-03-26 14:58:34.742675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.743684000, lastModified=2023-03-26 14:58:34.742675000, delta=1009000 ns, racy<=10000 ns 14:58:34.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.745392000, lastModified=2023-03-26 14:58:34.743675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, isRacyClean=false, read=2023-03-26 14:58:34.745392000, lastModified=2023-03-26 14:58:34.743675000, delta=1717000 ns, racy<=10000 ns 14:58:34.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, is unmodified 14:58:34.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, create new FileSnapshot: lastRead=2023-03-26 14:58:34.747136000, lastModified=2023-03-26 14:58:34.744675000, size=1, fileKey=(dev=100075,ino=1542556683) 14:58:34.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/.probe-015fd093-1760-4fc0-b2a4-4836521d4cf3, lastModified changed from 2023-03-26 14:58:34.744675000 to 2023-03-26 14:58:34.745675000 14:58:34.748 [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] 1966, 1158, 10000, 578000.0, 1779000.0, 1321693.4369602744, 246854.63368745046 14:58:34.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=4 µs, minimalRacyInterval=1,779 µs] 14:58:34.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.748 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-26 14:58:31.621315000, lastModified=2023-03-26 14:55:00.420759000, delta=211200556000 ns, racy<=2500000000 ns 14:58:34.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.749 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:58:34.749 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:34.749563000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 14:58:34.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.749563000, lastModified=2023-03-26 14:58:34.748675000, delta=888000 ns, racy<=2500000000 ns 14:58:34.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.751964000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.751964000, lastModified=2023-03-26 14:58:34.748675000, delta=3289000 ns, racy<=2500000000 ns 14:58:34.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=true, read=2023-03-26 14:58:31.741378000, lastModified=2023-03-26 14:58:31.715634000, delta=25744000 ns, racy<=2500000000 ns 14:58:34.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is racily clean 14:58:34.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.752184000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:34.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.752184000, lastModified=2023-03-26 14:58:31.715634000, delta=3036550000 ns, racy<=2500000000 ns 14:58:34.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:34.752905000, lastModified=2023-03-26 14:58:31.729634000, size=0, fileKey=(dev=100075,ino=1535251154) 14:58:34.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.751964000, lastModified=2023-03-26 14:58:34.748675000, delta=3289000 ns, racy<=2500000000 ns 14:58:34.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.753040000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.753040000, lastModified=2023-03-26 14:58:34.748675000, delta=4365000 ns, racy<=2500000000 ns 14:58:34.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:34.753471000, lastModified=2023-03-26 14:58:34.751675000, size=104, fileKey=(dev=100075,ino=1535251154) 14:58:34.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.753612000, lastModified=2023-03-26 14:58:34.751675000, size=104, fileKey=(dev=100075,ino=1535251154) 14:58:34.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.753040000, lastModified=2023-03-26 14:58:34.748675000, delta=4365000 ns, racy<=2500000000 ns 14:58:34.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.761773000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.761773000, lastModified=2023-03-26 14:58:34.748675000, delta=13098000 ns, racy<=2500000000 ns 14:58:34.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.761773000, lastModified=2023-03-26 14:58:34.748675000, delta=13098000 ns, racy<=2500000000 ns 14:58:34.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.762 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.762462000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.762462000, lastModified=2023-03-26 14:58:34.748675000, delta=13787000 ns, racy<=2500000000 ns 14:58:34.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.762462000, lastModified=2023-03-26 14:58:34.748675000, delta=13787000 ns, racy<=2500000000 ns 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.765070000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.765070000, lastModified=2023-03-26 14:58:34.748675000, delta=16395000 ns, racy<=2500000000 ns 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.765070000, lastModified=2023-03-26 14:58:34.748675000, delta=16395000 ns, racy<=2500000000 ns 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.765799000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.765799000, lastModified=2023-03-26 14:58:34.748675000, delta=17124000 ns, racy<=2500000000 ns 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, create new FileSnapshot: lastRead=2023-03-26 14:58:34.766096000, lastModified=2023-03-26 14:58:31.653633000, size=23, fileKey=(dev=100075,ino=1535251151) 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.765799000, lastModified=2023-03-26 14:58:34.748675000, delta=17124000 ns, racy<=2500000000 ns 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.766394000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.766394000, lastModified=2023-03-26 14:58:34.748675000, delta=17719000 ns, racy<=2500000000 ns 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:34.766096000, lastModified=2023-03-26 14:58:31.653633000, delta=3112463000 ns, racy<=4447500 ns 14:58:34.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, is unmodified 14:58:34.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.766394000, lastModified=2023-03-26 14:58:34.748675000, delta=17719000 ns, racy<=2500000000 ns 14:58:34.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.767270000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.767270000, lastModified=2023-03-26 14:58:34.748675000, delta=18595000 ns, racy<=2500000000 ns 14:58:34.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.768128000, lastModified=2023-03-26 14:58:34.751675000, size=104, fileKey=(dev=100075,ino=1535251154) 14:58:34.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.768229000, lastModified=2023-03-26 14:58:34.751675000, size=104, fileKey=(dev=100075,ino=1535251154) 14:58:34.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.767270000, lastModified=2023-03-26 14:58:34.748675000, delta=18595000 ns, racy<=2500000000 ns 14:58:34.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.771904000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.771904000, lastModified=2023-03-26 14:58:34.748675000, delta=23229000 ns, racy<=2500000000 ns 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:34.766096000, lastModified=2023-03-26 14:58:31.653633000, delta=3112463000 ns, racy<=4447500 ns 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, is unmodified 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.771904000, lastModified=2023-03-26 14:58:34.748675000, delta=23229000 ns, racy<=2500000000 ns 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.772 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.772317000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.772317000, lastModified=2023-03-26 14:58:34.748675000, delta=23642000 ns, racy<=2500000000 ns 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.772317000, lastModified=2023-03-26 14:58:34.748675000, delta=23642000 ns, racy<=2500000000 ns 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.772 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.772607000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.772607000, lastModified=2023-03-26 14:58:34.748675000, delta=23932000 ns, racy<=2500000000 ns 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.772607000, lastModified=2023-03-26 14:58:34.748675000, delta=23932000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.773116000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.773116000, lastModified=2023-03-26 14:58:34.748675000, delta=24441000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.773116000, lastModified=2023-03-26 14:58:34.748675000, delta=24441000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.773321000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.773321000, lastModified=2023-03-26 14:58:34.748675000, delta=24646000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.773321000, lastModified=2023-03-26 14:58:34.748675000, delta=24646000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.773581000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.773581000, lastModified=2023-03-26 14:58:34.748675000, delta=24906000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.773581000, lastModified=2023-03-26 14:58:34.748675000, delta=24906000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.773785000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.773785000, lastModified=2023-03-26 14:58:34.748675000, delta=25110000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.773785000, lastModified=2023-03-26 14:58:34.748675000, delta=25110000 ns, racy<=2500000000 ns 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.774 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.774033000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.774033000, lastModified=2023-03-26 14:58:34.748675000, delta=25358000 ns, racy<=2500000000 ns 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.774033000, lastModified=2023-03-26 14:58:34.748675000, delta=25358000 ns, racy<=2500000000 ns 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.774 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.774203000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.774203000, lastModified=2023-03-26 14:58:34.748675000, delta=25528000 ns, racy<=2500000000 ns 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:34.774365000, lastModified=2023-03-26 14:58:34.771675000, size=41, fileKey=(dev=100075,ino=1537229423) 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.774203000, lastModified=2023-03-26 14:58:34.748675000, delta=25528000 ns, racy<=2500000000 ns 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.774 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.774962000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.774962000, lastModified=2023-03-26 14:58:34.748675000, delta=26287000 ns, racy<=2500000000 ns 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.774962000, lastModified=2023-03-26 14:58:34.748675000, delta=26287000 ns, racy<=2500000000 ns 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.775 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.775644000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.775644000, lastModified=2023-03-26 14:58:34.748675000, delta=26969000 ns, racy<=2500000000 ns 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.775644000, lastModified=2023-03-26 14:58:34.748675000, delta=26969000 ns, racy<=2500000000 ns 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.775 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.775900000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.775900000, lastModified=2023-03-26 14:58:34.748675000, delta=27225000 ns, racy<=2500000000 ns 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.775900000, lastModified=2023-03-26 14:58:34.748675000, delta=27225000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.776052000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.776052000, lastModified=2023-03-26 14:58:34.748675000, delta=27377000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.776052000, lastModified=2023-03-26 14:58:34.748675000, delta=27377000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.776248000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.776248000, lastModified=2023-03-26 14:58:34.748675000, delta=27573000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.776462000, lastModified=2023-03-26 14:58:34.751675000, size=104, fileKey=(dev=100075,ino=1535251154) 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.776534000, lastModified=2023-03-26 14:58:34.751675000, size=104, fileKey=(dev=100075,ino=1535251154) 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.776248000, lastModified=2023-03-26 14:58:34.748675000, delta=27573000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.776616000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.776616000, lastModified=2023-03-26 14:58:34.748675000, delta=27941000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.776616000, lastModified=2023-03-26 14:58:34.748675000, delta=27941000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.776807000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.776807000, lastModified=2023-03-26 14:58:34.748675000, delta=28132000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.776807000, lastModified=2023-03-26 14:58:34.748675000, delta=28132000 ns, racy<=2500000000 ns 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.777 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.777253000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.777253000, lastModified=2023-03-26 14:58:34.748675000, delta=28578000 ns, racy<=2500000000 ns 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:34.778065000, lastModified=2023-03-26 14:58:34.774675000, size=0, fileKey=(dev=100075,ino=1535251156) 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.777253000, lastModified=2023-03-26 14:58:34.748675000, delta=28578000 ns, racy<=2500000000 ns 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.778 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.778131000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.778131000, lastModified=2023-03-26 14:58:34.748675000, delta=29456000 ns, racy<=2500000000 ns 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:34.778280000, lastModified=2023-03-26 14:58:34.776675000, size=104, fileKey=(dev=100075,ino=1535251156) 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.778332000, lastModified=2023-03-26 14:58:34.776675000, size=104, fileKey=(dev=100075,ino=1535251156) 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.778131000, lastModified=2023-03-26 14:58:34.748675000, delta=29456000 ns, racy<=2500000000 ns 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.778 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.778394000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.778394000, lastModified=2023-03-26 14:58:34.748675000, delta=29719000 ns, racy<=2500000000 ns 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:34.766096000, lastModified=2023-03-26 14:58:31.653633000, delta=3112463000 ns, racy<=4447500 ns 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, is unmodified 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master.lock, isRacyClean=true, read=2023-03-26 14:58:34.774365000, lastModified=2023-03-26 14:58:34.771675000, delta=2690000 ns, racy<=4447500 ns 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master.lock, is racily clean 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-26 14:58:34.778882000, lastModified=2023-03-26 14:58:34.771675000, size=41, fileKey=(dev=100075,ino=1537229423) 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-26 14:58:34.778882000, lastModified=2023-03-26 14:58:34.771675000, delta=7207000 ns, racy<=4447500 ns 14:58:34.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.778394000, lastModified=2023-03-26 14:58:34.748675000, delta=29719000 ns, racy<=2500000000 ns 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.779 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.779027000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.779027000, lastModified=2023-03-26 14:58:34.748675000, delta=30352000 ns, racy<=2500000000 ns 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:34.766096000, lastModified=2023-03-26 14:58:31.653633000, delta=3112463000 ns, racy<=4447500 ns 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, is unmodified 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master.lock, cannot be racily clean 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.779027000, lastModified=2023-03-26 14:58:34.748675000, delta=30352000 ns, racy<=2500000000 ns 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.779 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.779565000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.779565000, lastModified=2023-03-26 14:58:34.748675000, delta=30890000 ns, racy<=2500000000 ns 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.779804000, lastModified=2023-03-26 14:58:34.776675000, size=104, fileKey=(dev=100075,ino=1535251156) 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.779843000, lastModified=2023-03-26 14:58:34.776675000, size=104, fileKey=(dev=100075,ino=1535251156) 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.814 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.814 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.814 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.814 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.814 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:31.743596000, lastModified=2023-03-26 14:58:31.645633000, delta=97963000 ns, racy<=4447500 ns 14:58:34.814 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.814 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:34.749682000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842714749682000 ns, racy<=4447500 ns 14:58:34.814 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack/preserved, is unmodified 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.779565000, lastModified=2023-03-26 14:58:34.748675000, delta=30890000 ns, racy<=2500000000 ns 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.815 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.815339000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.815339000, lastModified=2023-03-26 14:58:34.748675000, delta=66664000 ns, racy<=2500000000 ns 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:34.766096000, lastModified=2023-03-26 14:58:31.653633000, delta=3112463000 ns, racy<=4447500 ns 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, is unmodified 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master.lock, cannot be racily clean 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.815339000, lastModified=2023-03-26 14:58:34.748675000, delta=66664000 ns, racy<=2500000000 ns 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.815 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.815784000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.815784000, lastModified=2023-03-26 14:58:34.748675000, delta=67109000 ns, racy<=2500000000 ns 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.815 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master.lock, cannot be racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.815784000, lastModified=2023-03-26 14:58:34.748675000, delta=67109000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.816113000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816113000, lastModified=2023-03-26 14:58:34.748675000, delta=67438000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816113000, lastModified=2023-03-26 14:58:34.748675000, delta=67438000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.816287000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816287000, lastModified=2023-03-26 14:58:34.748675000, delta=67612000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816287000, lastModified=2023-03-26 14:58:34.748675000, delta=67612000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.816467000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816467000, lastModified=2023-03-26 14:58:34.748675000, delta=67792000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816467000, lastModified=2023-03-26 14:58:34.748675000, delta=67792000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.816678000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816678000, lastModified=2023-03-26 14:58:34.748675000, delta=68003000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816678000, lastModified=2023-03-26 14:58:34.748675000, delta=68003000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.816833000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816833000, lastModified=2023-03-26 14:58:34.748675000, delta=68158000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816833000, lastModified=2023-03-26 14:58:34.748675000, delta=68158000 ns, racy<=2500000000 ns 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.816 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.816978000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816978000, lastModified=2023-03-26 14:58:34.748675000, delta=68303000 ns, racy<=2500000000 ns 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:34.817105000, lastModified=2023-03-26 14:58:34.814676000, size=41, fileKey=(dev=100075,ino=1537229424) 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.816978000, lastModified=2023-03-26 14:58:34.748675000, delta=68303000 ns, racy<=2500000000 ns 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.817 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.817242000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.817242000, lastModified=2023-03-26 14:58:34.748675000, delta=68567000 ns, racy<=2500000000 ns 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.817 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, cannot be racily clean 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.821034000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.817242000, lastModified=2023-03-26 14:58:34.748675000, delta=68567000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.821 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.821286000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.821286000, lastModified=2023-03-26 14:58:34.748675000, delta=72611000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.821286000, lastModified=2023-03-26 14:58:34.748675000, delta=72611000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.821 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.821578000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.821578000, lastModified=2023-03-26 14:58:34.748675000, delta=72903000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.821736000, lastModified=2023-03-26 14:58:34.776675000, size=104, fileKey=(dev=100075,ino=1535251156) 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.821578000, lastModified=2023-03-26 14:58:34.748675000, delta=72903000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.821 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.821821000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.821821000, lastModified=2023-03-26 14:58:34.748675000, delta=73146000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.821 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/HEAD, create new FileSnapshot: lastRead=2023-03-26 14:58:34.821960000, lastModified=2023-03-26 14:58:31.653633000, size=23, fileKey=(dev=100075,ino=1535251151) 14:58:34.822 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-26 14:58:34.822003000, lastModified=2023-03-26 14:58:34.814676000, size=41, fileKey=(dev=100075,ino=1537229424) 14:58:34.822 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit8570938890232096116:org.eclipse.hawk.git.JGitRepository:false 14:58:34.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:34.823 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:34.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.821821000, lastModified=2023-03-26 14:58:34.748675000, delta=73146000 ns, racy<=2500000000 ns 14:58:34.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.829984000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.829984000, lastModified=2023-03-26 14:58:34.748675000, delta=81309000 ns, racy<=2500000000 ns 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master, isRacyClean=false, read=2023-03-26 14:58:34.822003000, lastModified=2023-03-26 14:58:34.814676000, delta=7327000 ns, racy<=4447500 ns 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master, is unmodified 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.829984000, lastModified=2023-03-26 14:58:34.748675000, delta=81309000 ns, racy<=2500000000 ns 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.830301000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.830301000, lastModified=2023-03-26 14:58:34.748675000, delta=81626000 ns, racy<=2500000000 ns 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master, isRacyClean=false, read=2023-03-26 14:58:34.822003000, lastModified=2023-03-26 14:58:34.814676000, delta=7327000 ns, racy<=4447500 ns 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/refs/heads/master, is unmodified 14:58:34.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.830954000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.830301000, lastModified=2023-03-26 14:58:34.748675000, delta=81626000 ns, racy<=2500000000 ns 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.831105000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.831105000, lastModified=2023-03-26 14:58:34.748675000, delta=82430000 ns, racy<=2500000000 ns 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.831216000, lastModified=2023-03-26 14:58:31.715634000, size=78, fileKey=(dev=100075,ino=1535251153) 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.831105000, lastModified=2023-03-26 14:58:34.748675000, delta=82430000 ns, racy<=2500000000 ns 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.831309000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.831309000, lastModified=2023-03-26 14:58:34.748675000, delta=82634000 ns, racy<=2500000000 ns 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.831216000, lastModified=2023-03-26 14:58:31.715634000, delta=3115582000 ns, racy<=2500000000 ns 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:34.831462000, lastModified=2023-03-26 14:58:34.776675000, size=104, fileKey=(dev=100075,ino=1535251156) 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:58:34.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-26 14:58:34.831978000, lastModified=2023-03-26 14:58:31.645633000, size=6, fileKey=(dev=100075,ino=1544555092) 14:58:34.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:34.831978000, lastModified=2023-03-26 14:58:31.645633000, delta=3186345000 ns, racy<=4447500 ns 14:58:34.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:34.831978000, lastModified=2023-03-26 14:58:31.645633000, delta=3186345000 ns, racy<=4447500 ns 14:58:34.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.834 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.831309000, lastModified=2023-03-26 14:58:34.748675000, delta=82634000 ns, racy<=2500000000 ns 14:58:34.834 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.835 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.835 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.835028000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.835 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.835028000, lastModified=2023-03-26 14:58:34.748675000, delta=86353000 ns, racy<=2500000000 ns 14:58:34.835 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.835 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.835 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.835 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-26 14:58:34.837112000, lastModified=2023-03-26 14:58:31.645633000, size=6, fileKey=(dev=100075,ino=1544555092) 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:34.837112000, lastModified=2023-03-26 14:58:31.645633000, delta=3191479000 ns, racy<=4447500 ns 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:34.837112000, lastModified=2023-03-26 14:58:31.645633000, delta=3191479000 ns, racy<=4447500 ns 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:34.837112000, lastModified=2023-03-26 14:58:31.645633000, delta=3191479000 ns, racy<=4447500 ns 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:34.837112000, lastModified=2023-03-26 14:58:31.645633000, delta=3191479000 ns, racy<=4447500 ns 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.835028000, lastModified=2023-03-26 14:58:34.748675000, delta=86353000 ns, racy<=2500000000 ns 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.837 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.837978000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.838 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.837978000, lastModified=2023-03-26 14:58:34.748675000, delta=89303000 ns, racy<=2500000000 ns 14:58:34.838 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.838 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.838 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.838 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.839 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.837978000, lastModified=2023-03-26 14:58:34.748675000, delta=89303000 ns, racy<=2500000000 ns 14:58:34.839 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.839 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.839 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.839090000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.839 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.839090000, lastModified=2023-03-26 14:58:34.748675000, delta=90415000 ns, racy<=2500000000 ns 14:58:34.839 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.839 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.839 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.839 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.839090000, lastModified=2023-03-26 14:58:34.748675000, delta=90415000 ns, racy<=2500000000 ns 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.840599000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.840599000, lastModified=2023-03-26 14:58:34.748675000, delta=91924000 ns, racy<=2500000000 ns 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.840599000, lastModified=2023-03-26 14:58:34.748675000, delta=91924000 ns, racy<=2500000000 ns 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.840908000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.840908000, lastModified=2023-03-26 14:58:34.748675000, delta=92233000 ns, racy<=2500000000 ns 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.840908000, lastModified=2023-03-26 14:58:34.748675000, delta=92233000 ns, racy<=2500000000 ns 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.841154000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.841154000, lastModified=2023-03-26 14:58:34.748675000, delta=92479000 ns, racy<=2500000000 ns 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.841 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.841 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:34.843 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.841154000, lastModified=2023-03-26 14:58:34.748675000, delta=92479000 ns, racy<=2500000000 ns 14:58:34.843 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.843 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.843 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.843775000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.843 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.843775000, lastModified=2023-03-26 14:58:34.748675000, delta=95100000 ns, racy<=2500000000 ns 14:58:34.843 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.843 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.843 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.843 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.844 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:34.837112000, lastModified=2023-03-26 14:58:31.645633000, delta=3191479000 ns, racy<=4447500 ns 14:58:34.844 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.844 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:34.844 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:34.850 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:34.850 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:34.850 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:34.850 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:58:34.917 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:58:34.920 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:34.920 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:58:34.920 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:34.920 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s70ms [pure insertion] marking any relevant derived attributes for update...14:58:34.920 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:34.922 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 18f108f6ba141457cbcaa375cad9211fa22e21f6 (timepoint 1679842714000) of /tmp/junit8570938890232096116 14:58:34.923 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:34.923 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.843775000, lastModified=2023-03-26 14:58:34.748675000, delta=95100000 ns, racy<=2500000000 ns 14:58:34.923 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:34.923 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:34.923 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:34.923893000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:34.923 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.923893000, lastModified=2023-03-26 14:58:34.748675000, delta=175218000 ns, racy<=2500000000 ns 14:58:34.924 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:34.924 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:34.924 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, isRacyClean=false, read=2023-03-26 14:58:34.821450000, lastModified=2023-03-26 14:58:31.715634000, delta=3105816000 ns, racy<=2500000000 ns 14:58:34.924 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/config, is unmodified 14:58:34.924 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:34.837112000, lastModified=2023-03-26 14:58:31.645633000, delta=3191479000 ns, racy<=4447500 ns 14:58:34.924 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8570938890232096116/.git/objects/pack, is unmodified 14:58:34.924 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:34.924 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:34.929 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:34.929 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:34.929 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:58:34.929 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:58:34.929 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:34.929 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:34.929 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:34.935 [pool-64-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...14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:34.935 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 16186955490ee70692846bb588ee04314153e330 (timepoint 1679842714002) of /tmp/junit8570938890232096116 14:58:34.936 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:34.936 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 113 ms 14:58:34.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:34.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit8570938890232096116:org.eclipse.hawk.git.JGitRepository:false 14:58:34.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:34.941 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:34.942 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:34.942 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2564627587543371649/test_defaultBranch[LevelDB GreyCat] 14:58:34.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:35.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:35.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:35.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:58:35.149 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:35.149 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:35.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:35.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:35.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:35.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:35.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:58:35.151 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:35.152 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:35.152 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:58:35.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:35.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:35.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:58:35.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:58:35.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:58:35.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:58:35.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:58:35.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:58:35.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:58:35.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:58:35.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:58:35.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:58:35.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:58:35.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:58:35.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:58:35.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:58:35.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:58:35.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:58:35.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:58:35.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:58:35.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:58:35.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:58:35.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:58:35.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:58:35.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:58:35.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:58:35.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:58:35.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:58:35.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:58:35.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:58:35.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:58:35.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:58:35.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:58:35.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:58:35.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:58:35.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:35.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:35.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:58:35.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:35.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:58:35.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:58:35.233 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:58:35.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:58:35.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:58:35.237 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:35.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:35.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 14:58:35.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:35.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:35.241 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:35.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:35.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:34.923893000, lastModified=2023-03-26 14:58:34.748675000, delta=175218000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.242095000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242095000, lastModified=2023-03-26 14:58:34.748675000, delta=493420000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242095000, lastModified=2023-03-26 14:58:34.748675000, delta=493420000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.242307000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242307000, lastModified=2023-03-26 14:58:34.748675000, delta=493632000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242307000, lastModified=2023-03-26 14:58:34.748675000, delta=493632000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.242536000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242536000, lastModified=2023-03-26 14:58:34.748675000, delta=493861000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=false, read=2023-03-26 14:58:35.242411000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715242411000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is unmodified 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242536000, lastModified=2023-03-26 14:58:34.748675000, delta=493861000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.242752000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242752000, lastModified=2023-03-26 14:58:34.748675000, delta=494077000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=false, read=2023-03-26 14:58:35.242411000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715242411000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is unmodified 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242752000, lastModified=2023-03-26 14:58:34.748675000, delta=494077000 ns, racy<=2500000000 ns 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.242946000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242946000, lastModified=2023-03-26 14:58:34.748675000, delta=494271000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=false, read=2023-03-26 14:58:35.242411000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715242411000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is unmodified 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.242946000, lastModified=2023-03-26 14:58:34.748675000, delta=494271000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.243 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.243332000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.243332000, lastModified=2023-03-26 14:58:34.748675000, delta=494657000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=false, read=2023-03-26 14:58:35.242411000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715242411000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is unmodified 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.243332000, lastModified=2023-03-26 14:58:34.748675000, delta=494657000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.243 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.243617000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.243617000, lastModified=2023-03-26 14:58:34.748675000, delta=494942000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=false, read=2023-03-26 14:58:35.242411000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715242411000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is unmodified 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.243617000, lastModified=2023-03-26 14:58:34.748675000, delta=494942000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.243 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.243855000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.243855000, lastModified=2023-03-26 14:58:34.748675000, delta=495180000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=false, read=2023-03-26 14:58:35.242411000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715242411000 ns, racy<=2500000000 ns 14:58:35.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is unmodified 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.243855000, lastModified=2023-03-26 14:58:34.748675000, delta=495180000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.244 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.244246000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.244246000, lastModified=2023-03-26 14:58:34.748675000, delta=495571000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=false, read=2023-03-26 14:58:35.242411000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715242411000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is unmodified 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.244246000, lastModified=2023-03-26 14:58:34.748675000, delta=495571000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.244 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.244439000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.244439000, lastModified=2023-03-26 14:58:34.748675000, delta=495764000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=false, read=2023-03-26 14:58:35.242411000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715242411000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is unmodified 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.244439000, lastModified=2023-03-26 14:58:34.748675000, delta=495764000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.244 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.244643000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.244643000, lastModified=2023-03-26 14:58:34.748675000, delta=495968000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=false, read=2023-03-26 14:58:35.242411000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715242411000 ns, racy<=2500000000 ns 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is unmodified 14:58:35.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.244825000, lastModified=2023-03-26 14:58:35.243682000, size=23, fileKey=(dev=100075,ino=1561365667) 14:58:35.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.245437000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.245839000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.244643000, lastModified=2023-03-26 14:58:34.748675000, delta=495968000 ns, racy<=2500000000 ns 14:58:35.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.245 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.245949000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.245949000, lastModified=2023-03-26 14:58:34.748675000, delta=497274000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.246049000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.245949000, lastModified=2023-03-26 14:58:34.748675000, delta=497274000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.246 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.246133000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.246133000, lastModified=2023-03-26 14:58:34.748675000, delta=497458000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.246049000, lastModified=2023-03-26 14:58:35.243682000, delta=2367000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.246227000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.246227000, lastModified=2023-03-26 14:58:35.243682000, delta=2545000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.246133000, lastModified=2023-03-26 14:58:34.748675000, delta=497458000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.246 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.246438000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.246438000, lastModified=2023-03-26 14:58:34.748675000, delta=497763000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.246227000, lastModified=2023-03-26 14:58:35.243682000, delta=2545000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.246555000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.246555000, lastModified=2023-03-26 14:58:35.243682000, delta=2873000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.246438000, lastModified=2023-03-26 14:58:34.748675000, delta=497763000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.246 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.246692000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.246692000, lastModified=2023-03-26 14:58:34.748675000, delta=498017000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.246555000, lastModified=2023-03-26 14:58:35.243682000, delta=2873000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.246805000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.246805000, lastModified=2023-03-26 14:58:35.243682000, delta=3123000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.246692000, lastModified=2023-03-26 14:58:34.748675000, delta=498017000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.246 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.246908000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.246908000, lastModified=2023-03-26 14:58:34.748675000, delta=498233000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.246805000, lastModified=2023-03-26 14:58:35.243682000, delta=3123000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.247013000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.247013000, lastModified=2023-03-26 14:58:35.243682000, delta=3331000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.246908000, lastModified=2023-03-26 14:58:34.748675000, delta=498233000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.247 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.247180000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.247180000, lastModified=2023-03-26 14:58:34.748675000, delta=498505000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.247013000, lastModified=2023-03-26 14:58:35.243682000, delta=3331000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.247273000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.247273000, lastModified=2023-03-26 14:58:35.243682000, delta=3591000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.247180000, lastModified=2023-03-26 14:58:34.748675000, delta=498505000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.247 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.247397000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.247397000, lastModified=2023-03-26 14:58:34.748675000, delta=498722000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.247273000, lastModified=2023-03-26 14:58:35.243682000, delta=3591000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.247484000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.247484000, lastModified=2023-03-26 14:58:35.243682000, delta=3802000 ns, racy<=2500000000 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, size=6, fileKey=(dev=100075,ino=1570788159) 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.247397000, lastModified=2023-03-26 14:58:34.748675000, delta=498722000 ns, racy<=2500000000 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.248 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.248722000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.248722000, lastModified=2023-03-26 14:58:34.748675000, delta=500047000 ns, racy<=2500000000 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.247484000, lastModified=2023-03-26 14:58:35.243682000, delta=3802000 ns, racy<=2500000000 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.248812000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.248812000, lastModified=2023-03-26 14:58:35.243682000, delta=5130000 ns, racy<=2500000000 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.248865000, lastModified=2023-03-26 14:58:35.245682000, size=0, fileKey=(dev=100075,ino=1561365671) 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.248722000, lastModified=2023-03-26 14:58:34.748675000, delta=500047000 ns, racy<=2500000000 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.248 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.248903000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.248903000, lastModified=2023-03-26 14:58:34.748675000, delta=500228000 ns, racy<=2500000000 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.248812000, lastModified=2023-03-26 14:58:35.243682000, delta=5130000 ns, racy<=2500000000 ns 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.248986000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.248986000, lastModified=2023-03-26 14:58:35.243682000, delta=5304000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.249070000, lastModified=2023-03-26 14:58:35.247682000, size=104, fileKey=(dev=100075,ino=1561365671) 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.249103000, lastModified=2023-03-26 14:58:35.247682000, size=104, fileKey=(dev=100075,ino=1561365671) 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.248903000, lastModified=2023-03-26 14:58:34.748675000, delta=500228000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.249 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.249200000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.249200000, lastModified=2023-03-26 14:58:34.748675000, delta=500525000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.248986000, lastModified=2023-03-26 14:58:35.243682000, delta=5304000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.249288000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.249288000, lastModified=2023-03-26 14:58:35.243682000, delta=5606000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.249200000, lastModified=2023-03-26 14:58:34.748675000, delta=500525000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.249 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.249360000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.249360000, lastModified=2023-03-26 14:58:34.748675000, delta=500685000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.249288000, lastModified=2023-03-26 14:58:35.243682000, delta=5606000 ns, racy<=2500000000 ns 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.249440000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.249440000, lastModified=2023-03-26 14:58:35.243682000, delta=5758000 ns, racy<=2500000000 ns 14:58:35.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.249360000, lastModified=2023-03-26 14:58:34.748675000, delta=500685000 ns, racy<=2500000000 ns 14:58:35.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.313 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.313988000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.313988000, lastModified=2023-03-26 14:58:34.748675000, delta=565313000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.249440000, lastModified=2023-03-26 14:58:35.243682000, delta=5758000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.314220000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.314220000, lastModified=2023-03-26 14:58:35.243682000, delta=70538000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.313988000, lastModified=2023-03-26 14:58:34.748675000, delta=565313000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.314 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.314347000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.314347000, lastModified=2023-03-26 14:58:34.748675000, delta=565672000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.314220000, lastModified=2023-03-26 14:58:35.243682000, delta=70538000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.314524000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.314524000, lastModified=2023-03-26 14:58:35.243682000, delta=70842000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, create new FileSnapshot: lastRead=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, size=23, fileKey=(dev=100075,ino=1561365667) 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.314347000, lastModified=2023-03-26 14:58:34.748675000, delta=565672000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.314 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.314866000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.314866000, lastModified=2023-03-26 14:58:34.748675000, delta=566191000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.314524000, lastModified=2023-03-26 14:58:35.243682000, delta=70842000 ns, racy<=2500000000 ns 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.314970000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.314970000, lastModified=2023-03-26 14:58:35.243682000, delta=71288000 ns, racy<=2500000000 ns 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.314866000, lastModified=2023-03-26 14:58:34.748675000, delta=566191000 ns, racy<=2500000000 ns 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.315 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.315480000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.315480000, lastModified=2023-03-26 14:58:34.748675000, delta=566805000 ns, racy<=2500000000 ns 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.314970000, lastModified=2023-03-26 14:58:35.243682000, delta=71288000 ns, racy<=2500000000 ns 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.315601000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.315601000, lastModified=2023-03-26 14:58:35.243682000, delta=71919000 ns, racy<=2500000000 ns 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.315750000, lastModified=2023-03-26 14:58:35.247682000, size=104, fileKey=(dev=100075,ino=1561365671) 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.315784000, lastModified=2023-03-26 14:58:35.247682000, size=104, fileKey=(dev=100075,ino=1561365671) 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.315480000, lastModified=2023-03-26 14:58:34.748675000, delta=566805000 ns, racy<=2500000000 ns 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.316 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.316928000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.316928000, lastModified=2023-03-26 14:58:34.748675000, delta=568253000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.315601000, lastModified=2023-03-26 14:58:35.243682000, delta=71919000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.317032000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.317032000, lastModified=2023-03-26 14:58:35.243682000, delta=73350000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.316928000, lastModified=2023-03-26 14:58:34.748675000, delta=568253000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.317 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.317224000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.317224000, lastModified=2023-03-26 14:58:34.748675000, delta=568549000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.317032000, lastModified=2023-03-26 14:58:35.243682000, delta=73350000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.317317000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.317317000, lastModified=2023-03-26 14:58:35.243682000, delta=73635000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.317224000, lastModified=2023-03-26 14:58:34.748675000, delta=568549000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.317 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.317481000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.317481000, lastModified=2023-03-26 14:58:34.748675000, delta=568806000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.317317000, lastModified=2023-03-26 14:58:35.243682000, delta=73635000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.317612000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.317612000, lastModified=2023-03-26 14:58:35.243682000, delta=73930000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.317481000, lastModified=2023-03-26 14:58:34.748675000, delta=568806000 ns, racy<=2500000000 ns 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.317 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.317954000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.317954000, lastModified=2023-03-26 14:58:34.748675000, delta=569279000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.317612000, lastModified=2023-03-26 14:58:35.243682000, delta=73930000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318049000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318049000, lastModified=2023-03-26 14:58:35.243682000, delta=74367000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.317954000, lastModified=2023-03-26 14:58:34.748675000, delta=569279000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318153000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318153000, lastModified=2023-03-26 14:58:34.748675000, delta=569478000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318049000, lastModified=2023-03-26 14:58:35.243682000, delta=74367000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318242000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318242000, lastModified=2023-03-26 14:58:35.243682000, delta=74560000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318153000, lastModified=2023-03-26 14:58:34.748675000, delta=569478000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318354000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318354000, lastModified=2023-03-26 14:58:34.748675000, delta=569679000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318242000, lastModified=2023-03-26 14:58:35.243682000, delta=74560000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318444000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318444000, lastModified=2023-03-26 14:58:35.243682000, delta=74762000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318354000, lastModified=2023-03-26 14:58:34.748675000, delta=569679000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318563000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318563000, lastModified=2023-03-26 14:58:34.748675000, delta=569888000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318444000, lastModified=2023-03-26 14:58:35.243682000, delta=74762000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318652000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318652000, lastModified=2023-03-26 14:58:35.243682000, delta=74970000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318563000, lastModified=2023-03-26 14:58:34.748675000, delta=569888000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318766000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318766000, lastModified=2023-03-26 14:58:34.748675000, delta=570091000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318652000, lastModified=2023-03-26 14:58:35.243682000, delta=74970000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318857000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318857000, lastModified=2023-03-26 14:58:35.243682000, delta=75175000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318766000, lastModified=2023-03-26 14:58:34.748675000, delta=570091000 ns, racy<=2500000000 ns 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.318 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.318934000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.318 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318934000, lastModified=2023-03-26 14:58:34.748675000, delta=570259000 ns, racy<=2500000000 ns 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.318857000, lastModified=2023-03-26 14:58:35.243682000, delta=75175000 ns, racy<=2500000000 ns 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.319049000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.319049000, lastModified=2023-03-26 14:58:35.243682000, delta=75367000 ns, racy<=2500000000 ns 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.319140000, lastModified=2023-03-26 14:58:35.316683000, size=41, fileKey=(dev=100075,ino=1563454809) 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.318934000, lastModified=2023-03-26 14:58:34.748675000, delta=570259000 ns, racy<=2500000000 ns 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.319 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.319260000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.319260000, lastModified=2023-03-26 14:58:34.748675000, delta=570585000 ns, racy<=2500000000 ns 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.319049000, lastModified=2023-03-26 14:58:35.243682000, delta=75367000 ns, racy<=2500000000 ns 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.319360000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.319 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.319360000, lastModified=2023-03-26 14:58:35.243682000, delta=75678000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.319260000, lastModified=2023-03-26 14:58:34.748675000, delta=570585000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.321 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.321296000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.321296000, lastModified=2023-03-26 14:58:34.748675000, delta=572621000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.319360000, lastModified=2023-03-26 14:58:35.243682000, delta=75678000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.321402000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.321402000, lastModified=2023-03-26 14:58:35.243682000, delta=77720000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.321296000, lastModified=2023-03-26 14:58:34.748675000, delta=572621000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.321 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.321480000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.321480000, lastModified=2023-03-26 14:58:34.748675000, delta=572805000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.321402000, lastModified=2023-03-26 14:58:35.243682000, delta=77720000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.321614000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.321614000, lastModified=2023-03-26 14:58:35.243682000, delta=77932000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.321480000, lastModified=2023-03-26 14:58:34.748675000, delta=572805000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.321 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.321711000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.321711000, lastModified=2023-03-26 14:58:34.748675000, delta=573036000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.321614000, lastModified=2023-03-26 14:58:35.243682000, delta=77932000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.321795000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.321795000, lastModified=2023-03-26 14:58:35.243682000, delta=78113000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.321711000, lastModified=2023-03-26 14:58:34.748675000, delta=573036000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.321 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.321907000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.321907000, lastModified=2023-03-26 14:58:34.748675000, delta=573232000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.321795000, lastModified=2023-03-26 14:58:35.243682000, delta=78113000 ns, racy<=2500000000 ns 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.321 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.321993000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.321993000, lastModified=2023-03-26 14:58:35.243682000, delta=78311000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.322166000, lastModified=2023-03-26 14:58:35.247682000, size=104, fileKey=(dev=100075,ino=1561365671) 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.322201000, lastModified=2023-03-26 14:58:35.247682000, size=104, fileKey=(dev=100075,ino=1561365671) 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.321907000, lastModified=2023-03-26 14:58:34.748675000, delta=573232000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.322 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.322247000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.322247000, lastModified=2023-03-26 14:58:34.748675000, delta=573572000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.321993000, lastModified=2023-03-26 14:58:35.243682000, delta=78311000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.322335000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.322335000, lastModified=2023-03-26 14:58:35.243682000, delta=78653000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.322247000, lastModified=2023-03-26 14:58:34.748675000, delta=573572000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.322 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.322398000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.322398000, lastModified=2023-03-26 14:58:34.748675000, delta=573723000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.322335000, lastModified=2023-03-26 14:58:35.243682000, delta=78653000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.322480000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.322480000, lastModified=2023-03-26 14:58:35.243682000, delta=78798000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.322398000, lastModified=2023-03-26 14:58:34.748675000, delta=573723000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.322 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.322689000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.322689000, lastModified=2023-03-26 14:58:34.748675000, delta=574014000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.322480000, lastModified=2023-03-26 14:58:35.243682000, delta=78798000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.322803000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.322803000, lastModified=2023-03-26 14:58:35.243682000, delta=79121000 ns, racy<=2500000000 ns 14:58:35.322 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.323478000, lastModified=2023-03-26 14:58:35.320683000, size=0, fileKey=(dev=100075,ino=1561365672) 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.322689000, lastModified=2023-03-26 14:58:34.748675000, delta=574014000 ns, racy<=2500000000 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.323 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.323558000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.323558000, lastModified=2023-03-26 14:58:34.748675000, delta=574883000 ns, racy<=2500000000 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.322803000, lastModified=2023-03-26 14:58:35.243682000, delta=79121000 ns, racy<=2500000000 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.323685000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.323685000, lastModified=2023-03-26 14:58:35.243682000, delta=80003000 ns, racy<=2500000000 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.323763000, lastModified=2023-03-26 14:58:35.322683000, size=104, fileKey=(dev=100075,ino=1561365672) 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.323807000, lastModified=2023-03-26 14:58:35.322683000, size=104, fileKey=(dev=100075,ino=1561365672) 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.323558000, lastModified=2023-03-26 14:58:34.748675000, delta=574883000 ns, racy<=2500000000 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.323 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.323851000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.323851000, lastModified=2023-03-26 14:58:34.748675000, delta=575176000 ns, racy<=2500000000 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.323685000, lastModified=2023-03-26 14:58:35.243682000, delta=80003000 ns, racy<=2500000000 ns 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.323941000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.323 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.323941000, lastModified=2023-03-26 14:58:35.243682000, delta=80259000 ns, racy<=2500000000 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, isRacyClean=true, read=2023-03-26 14:58:35.319140000, lastModified=2023-03-26 14:58:35.316683000, delta=2457000 ns, racy<=4447500 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, is racily clean 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-26 14:58:35.324331000, lastModified=2023-03-26 14:58:35.316683000, size=41, fileKey=(dev=100075,ino=1563454809) 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-26 14:58:35.324331000, lastModified=2023-03-26 14:58:35.316683000, delta=7648000 ns, racy<=4447500 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.323851000, lastModified=2023-03-26 14:58:34.748675000, delta=575176000 ns, racy<=2500000000 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.324 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.324433000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.324433000, lastModified=2023-03-26 14:58:34.748675000, delta=575758000 ns, racy<=2500000000 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.323941000, lastModified=2023-03-26 14:58:35.243682000, delta=80259000 ns, racy<=2500000000 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.324598000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.324598000, lastModified=2023-03-26 14:58:35.243682000, delta=80916000 ns, racy<=2500000000 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.324 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.324433000, lastModified=2023-03-26 14:58:34.748675000, delta=575758000 ns, racy<=2500000000 ns 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.338 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.338724000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.338724000, lastModified=2023-03-26 14:58:34.748675000, delta=590049000 ns, racy<=2500000000 ns 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.324598000, lastModified=2023-03-26 14:58:35.243682000, delta=80916000 ns, racy<=2500000000 ns 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.338872000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.338872000, lastModified=2023-03-26 14:58:35.243682000, delta=95190000 ns, racy<=2500000000 ns 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.339044000, lastModified=2023-03-26 14:58:35.322683000, size=104, fileKey=(dev=100075,ino=1561365672) 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.339083000, lastModified=2023-03-26 14:58:35.322683000, size=104, fileKey=(dev=100075,ino=1561365672) 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.338724000, lastModified=2023-03-26 14:58:34.748675000, delta=590049000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.340 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.340128000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.340128000, lastModified=2023-03-26 14:58:34.748675000, delta=591453000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.338872000, lastModified=2023-03-26 14:58:35.243682000, delta=95190000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.340249000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.340249000, lastModified=2023-03-26 14:58:35.243682000, delta=96567000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.340128000, lastModified=2023-03-26 14:58:34.748675000, delta=591453000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.340 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.340470000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.340470000, lastModified=2023-03-26 14:58:34.748675000, delta=591795000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.340249000, lastModified=2023-03-26 14:58:35.243682000, delta=96567000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.340598000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.340598000, lastModified=2023-03-26 14:58:35.243682000, delta=96916000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.340470000, lastModified=2023-03-26 14:58:34.748675000, delta=591795000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.340 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.340805000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.340805000, lastModified=2023-03-26 14:58:34.748675000, delta=592130000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.340598000, lastModified=2023-03-26 14:58:35.243682000, delta=96916000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.340896000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.340896000, lastModified=2023-03-26 14:58:35.243682000, delta=97214000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.340805000, lastModified=2023-03-26 14:58:34.748675000, delta=592130000 ns, racy<=2500000000 ns 14:58:35.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341014000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341014000, lastModified=2023-03-26 14:58:34.748675000, delta=592339000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.340896000, lastModified=2023-03-26 14:58:35.243682000, delta=97214000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341142000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341142000, lastModified=2023-03-26 14:58:35.243682000, delta=97460000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341014000, lastModified=2023-03-26 14:58:34.748675000, delta=592339000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341254000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341254000, lastModified=2023-03-26 14:58:34.748675000, delta=592579000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341142000, lastModified=2023-03-26 14:58:35.243682000, delta=97460000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341342000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341342000, lastModified=2023-03-26 14:58:35.243682000, delta=97660000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341254000, lastModified=2023-03-26 14:58:34.748675000, delta=592579000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341424000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341424000, lastModified=2023-03-26 14:58:34.748675000, delta=592749000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341342000, lastModified=2023-03-26 14:58:35.243682000, delta=97660000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341522000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341522000, lastModified=2023-03-26 14:58:35.243682000, delta=97840000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341424000, lastModified=2023-03-26 14:58:34.748675000, delta=592749000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341607000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341607000, lastModified=2023-03-26 14:58:34.748675000, delta=592932000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341522000, lastModified=2023-03-26 14:58:35.243682000, delta=97840000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341700000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341700000, lastModified=2023-03-26 14:58:35.243682000, delta=98018000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341607000, lastModified=2023-03-26 14:58:34.748675000, delta=592932000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341790000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341790000, lastModified=2023-03-26 14:58:34.748675000, delta=593115000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341700000, lastModified=2023-03-26 14:58:35.243682000, delta=98018000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341873000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341873000, lastModified=2023-03-26 14:58:35.243682000, delta=98191000 ns, racy<=2500000000 ns 14:58:35.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.341934000, lastModified=2023-03-26 14:58:35.339683000, size=41, fileKey=(dev=100075,ino=1563454810) 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.341790000, lastModified=2023-03-26 14:58:34.748675000, delta=593115000 ns, racy<=2500000000 ns 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.342 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.342048000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.342048000, lastModified=2023-03-26 14:58:34.748675000, delta=593373000 ns, racy<=2500000000 ns 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.341873000, lastModified=2023-03-26 14:58:35.243682000, delta=98191000 ns, racy<=2500000000 ns 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.342138000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.342138000, lastModified=2023-03-26 14:58:35.243682000, delta=98456000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.342048000, lastModified=2023-03-26 14:58:34.748675000, delta=593373000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.344 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.344358000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.344358000, lastModified=2023-03-26 14:58:34.748675000, delta=595683000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.342138000, lastModified=2023-03-26 14:58:35.243682000, delta=98456000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.344488000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.344488000, lastModified=2023-03-26 14:58:35.243682000, delta=100806000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.344358000, lastModified=2023-03-26 14:58:34.748675000, delta=595683000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.344 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.344866000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.344866000, lastModified=2023-03-26 14:58:34.748675000, delta=596191000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.344488000, lastModified=2023-03-26 14:58:35.243682000, delta=100806000 ns, racy<=2500000000 ns 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.344959000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.344959000, lastModified=2023-03-26 14:58:35.243682000, delta=101277000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, isRacyClean=true, read=2023-03-26 14:58:35.341934000, lastModified=2023-03-26 14:58:35.339683000, delta=2251000 ns, racy<=4447500 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, is racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-26 14:58:35.345079000, lastModified=2023-03-26 14:58:35.339683000, size=41, fileKey=(dev=100075,ino=1563454810) 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-26 14:58:35.345079000, lastModified=2023-03-26 14:58:35.339683000, delta=5396000 ns, racy<=4447500 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.344866000, lastModified=2023-03-26 14:58:34.748675000, delta=596191000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.345144000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.345144000, lastModified=2023-03-26 14:58:34.748675000, delta=596469000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.344959000, lastModified=2023-03-26 14:58:35.243682000, delta=101277000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.345233000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.345233000, lastModified=2023-03-26 14:58:35.243682000, delta=101551000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.345144000, lastModified=2023-03-26 14:58:34.748675000, delta=596469000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.345401000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.345401000, lastModified=2023-03-26 14:58:34.748675000, delta=596726000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.345233000, lastModified=2023-03-26 14:58:35.243682000, delta=101551000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.345490000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.345490000, lastModified=2023-03-26 14:58:35.243682000, delta=101808000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.345401000, lastModified=2023-03-26 14:58:34.748675000, delta=596726000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.345645000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.345645000, lastModified=2023-03-26 14:58:34.748675000, delta=596970000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.345490000, lastModified=2023-03-26 14:58:35.243682000, delta=101808000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.345730000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.345730000, lastModified=2023-03-26 14:58:35.243682000, delta=102048000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.345645000, lastModified=2023-03-26 14:58:34.748675000, delta=596970000 ns, racy<=2500000000 ns 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.345944000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.345944000, lastModified=2023-03-26 14:58:34.748675000, delta=597269000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.345730000, lastModified=2023-03-26 14:58:35.243682000, delta=102048000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.346039000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.346039000, lastModified=2023-03-26 14:58:35.243682000, delta=102357000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.345944000, lastModified=2023-03-26 14:58:34.748675000, delta=597269000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.346 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.346186000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.346186000, lastModified=2023-03-26 14:58:34.748675000, delta=597511000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.346039000, lastModified=2023-03-26 14:58:35.243682000, delta=102357000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.346275000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.346275000, lastModified=2023-03-26 14:58:35.243682000, delta=102593000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads, create new FileSnapshot: lastRead=2023-03-26 14:58:35.346341000, lastModified=2023-03-26 14:58:35.340683000, size=20, fileKey=(dev=100075,ino=1563454808) 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.346186000, lastModified=2023-03-26 14:58:34.748675000, delta=597511000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.346 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.346418000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.346418000, lastModified=2023-03-26 14:58:34.748675000, delta=597743000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.346275000, lastModified=2023-03-26 14:58:35.243682000, delta=102593000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.346533000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.346533000, lastModified=2023-03-26 14:58:35.243682000, delta=102851000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs, create new FileSnapshot: lastRead=2023-03-26 14:58:35.346616000, lastModified=2023-03-26 14:58:35.241682000, size=31, fileKey=(dev=100075,ino=1562401043) 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.346418000, lastModified=2023-03-26 14:58:34.748675000, delta=597743000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.346 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.346714000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.346714000, lastModified=2023-03-26 14:58:34.748675000, delta=598039000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.346533000, lastModified=2023-03-26 14:58:35.243682000, delta=102851000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.346805000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.346805000, lastModified=2023-03-26 14:58:35.243682000, delta=103123000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.346714000, lastModified=2023-03-26 14:58:34.748675000, delta=598039000 ns, racy<=2500000000 ns 14:58:35.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.347 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.347011000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.347011000, lastModified=2023-03-26 14:58:34.748675000, delta=598336000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.346805000, lastModified=2023-03-26 14:58:35.243682000, delta=103123000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.347104000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.347104000, lastModified=2023-03-26 14:58:35.243682000, delta=103422000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.347011000, lastModified=2023-03-26 14:58:34.748675000, delta=598336000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.347 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.347442000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.347442000, lastModified=2023-03-26 14:58:34.748675000, delta=598767000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.347104000, lastModified=2023-03-26 14:58:35.243682000, delta=103422000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.347545000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.347545000, lastModified=2023-03-26 14:58:35.243682000, delta=103863000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.347442000, lastModified=2023-03-26 14:58:34.748675000, delta=598767000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.347 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.347658000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.347658000, lastModified=2023-03-26 14:58:34.748675000, delta=598983000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.347545000, lastModified=2023-03-26 14:58:35.243682000, delta=103863000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.347748000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.347748000, lastModified=2023-03-26 14:58:35.243682000, delta=104066000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.347658000, lastModified=2023-03-26 14:58:34.748675000, delta=598983000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.347 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.347853000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.347853000, lastModified=2023-03-26 14:58:34.748675000, delta=599178000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.347748000, lastModified=2023-03-26 14:58:35.243682000, delta=104066000 ns, racy<=2500000000 ns 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.347949000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.347949000, lastModified=2023-03-26 14:58:35.243682000, delta=104267000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.347853000, lastModified=2023-03-26 14:58:34.748675000, delta=599178000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.348 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.348041000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.348041000, lastModified=2023-03-26 14:58:34.748675000, delta=599366000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.347949000, lastModified=2023-03-26 14:58:35.243682000, delta=104267000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.348130000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.348130000, lastModified=2023-03-26 14:58:35.243682000, delta=104448000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.348230000, lastModified=2023-03-26 14:58:35.346683000, size=41, fileKey=(dev=100075,ino=1563454811) 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.348041000, lastModified=2023-03-26 14:58:34.748675000, delta=599366000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.348 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.348330000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.348330000, lastModified=2023-03-26 14:58:34.748675000, delta=599655000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.348130000, lastModified=2023-03-26 14:58:35.243682000, delta=104448000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.348423000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.348423000, lastModified=2023-03-26 14:58:35.243682000, delta=104741000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.348230000, lastModified=2023-03-26 14:58:35.346683000, delta=1547000 ns, racy<=4447500 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, is racily clean 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-26 14:58:35.348643000, lastModified=2023-03-26 14:58:35.346683000, size=41, fileKey=(dev=100075,ino=1563454811) 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.348643000, lastModified=2023-03-26 14:58:35.346683000, delta=1960000 ns, racy<=4447500 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.348330000, lastModified=2023-03-26 14:58:34.748675000, delta=599655000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.348 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.348720000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.348720000, lastModified=2023-03-26 14:58:34.748675000, delta=600045000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.348423000, lastModified=2023-03-26 14:58:35.243682000, delta=104741000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.348810000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.348810000, lastModified=2023-03-26 14:58:35.243682000, delta=105128000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.348720000, lastModified=2023-03-26 14:58:34.748675000, delta=600045000 ns, racy<=2500000000 ns 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.348 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.348982000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.348982000, lastModified=2023-03-26 14:58:34.748675000, delta=600307000 ns, racy<=2500000000 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.348810000, lastModified=2023-03-26 14:58:35.243682000, delta=105128000 ns, racy<=2500000000 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.349079000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.349079000, lastModified=2023-03-26 14:58:35.243682000, delta=105397000 ns, racy<=2500000000 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.348643000, lastModified=2023-03-26 14:58:35.346683000, delta=1960000 ns, racy<=4447500 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, is racily clean 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-26 14:58:35.349279000, lastModified=2023-03-26 14:58:35.346683000, size=41, fileKey=(dev=100075,ino=1563454811) 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.349279000, lastModified=2023-03-26 14:58:35.346683000, delta=2596000 ns, racy<=4447500 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.348982000, lastModified=2023-03-26 14:58:34.748675000, delta=600307000 ns, racy<=2500000000 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.349 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.349342000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.349342000, lastModified=2023-03-26 14:58:34.748675000, delta=600667000 ns, racy<=2500000000 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.349079000, lastModified=2023-03-26 14:58:35.243682000, delta=105397000 ns, racy<=2500000000 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.349430000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.349430000, lastModified=2023-03-26 14:58:35.243682000, delta=105748000 ns, racy<=2500000000 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.349279000, lastModified=2023-03-26 14:58:35.346683000, delta=2596000 ns, racy<=4447500 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, is racily clean 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-26 14:58:35.349642000, lastModified=2023-03-26 14:58:35.346683000, size=41, fileKey=(dev=100075,ino=1563454811) 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.349642000, lastModified=2023-03-26 14:58:35.346683000, delta=2959000 ns, racy<=4447500 ns 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.349835000, lastModified=2023-03-26 14:58:35.322683000, size=104, fileKey=(dev=100075,ino=1561365672) 14:58:35.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.349869000, lastModified=2023-03-26 14:58:35.322683000, size=104, fileKey=(dev=100075,ino=1561365672) 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.349342000, lastModified=2023-03-26 14:58:34.748675000, delta=600667000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.351293000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.351293000, lastModified=2023-03-26 14:58:34.748675000, delta=602618000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.349430000, lastModified=2023-03-26 14:58:35.243682000, delta=105748000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.351408000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.351408000, lastModified=2023-03-26 14:58:35.243682000, delta=107726000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.351293000, lastModified=2023-03-26 14:58:34.748675000, delta=602618000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.351479000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.351479000, lastModified=2023-03-26 14:58:34.748675000, delta=602804000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.351408000, lastModified=2023-03-26 14:58:35.243682000, delta=107726000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.351577000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.351577000, lastModified=2023-03-26 14:58:35.243682000, delta=107895000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.351479000, lastModified=2023-03-26 14:58:34.748675000, delta=602804000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.351764000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.351764000, lastModified=2023-03-26 14:58:34.748675000, delta=603089000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.351577000, lastModified=2023-03-26 14:58:35.243682000, delta=107895000 ns, racy<=2500000000 ns 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.351881000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.351881000, lastModified=2023-03-26 14:58:35.243682000, delta=108199000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.352283000, lastModified=2023-03-26 14:58:35.348683000, size=0, fileKey=(dev=100075,ino=1561365671) 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.351764000, lastModified=2023-03-26 14:58:34.748675000, delta=603089000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.352 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.352339000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.352339000, lastModified=2023-03-26 14:58:34.748675000, delta=603664000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.351881000, lastModified=2023-03-26 14:58:35.243682000, delta=108199000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.352434000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.352434000, lastModified=2023-03-26 14:58:35.243682000, delta=108752000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.352562000, lastModified=2023-03-26 14:58:35.351683000, size=104, fileKey=(dev=100075,ino=1561365671) 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.352339000, lastModified=2023-03-26 14:58:34.748675000, delta=603664000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.352 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.352687000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.352687000, lastModified=2023-03-26 14:58:34.748675000, delta=604012000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.352434000, lastModified=2023-03-26 14:58:35.243682000, delta=108752000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.352780000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.352780000, lastModified=2023-03-26 14:58:35.243682000, delta=109098000 ns, racy<=2500000000 ns 14:58:35.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.349642000, lastModified=2023-03-26 14:58:35.346683000, delta=2959000 ns, racy<=4447500 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, is racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-26 14:58:35.353013000, lastModified=2023-03-26 14:58:35.346683000, size=41, fileKey=(dev=100075,ino=1563454811) 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-03-26 14:58:35.353013000, lastModified=2023-03-26 14:58:35.346683000, delta=6330000 ns, racy<=4447500 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.352687000, lastModified=2023-03-26 14:58:34.748675000, delta=604012000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.353088000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.353088000, lastModified=2023-03-26 14:58:34.748675000, delta=604413000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.352780000, lastModified=2023-03-26 14:58:35.243682000, delta=109098000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.353208000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.353208000, lastModified=2023-03-26 14:58:35.243682000, delta=109526000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.353088000, lastModified=2023-03-26 14:58:34.748675000, delta=604413000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.353359000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.353359000, lastModified=2023-03-26 14:58:34.748675000, delta=604684000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.353208000, lastModified=2023-03-26 14:58:35.243682000, delta=109526000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.353445000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.353445000, lastModified=2023-03-26 14:58:35.243682000, delta=109763000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.353359000, lastModified=2023-03-26 14:58:34.748675000, delta=604684000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.353658000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.353658000, lastModified=2023-03-26 14:58:34.748675000, delta=604983000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.353445000, lastModified=2023-03-26 14:58:35.243682000, delta=109763000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.353759000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.353759000, lastModified=2023-03-26 14:58:35.243682000, delta=110077000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.353658000, lastModified=2023-03-26 14:58:34.748675000, delta=604983000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.353877000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.353877000, lastModified=2023-03-26 14:58:34.748675000, delta=605202000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.353759000, lastModified=2023-03-26 14:58:35.243682000, delta=110077000 ns, racy<=2500000000 ns 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.353963000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.353963000, lastModified=2023-03-26 14:58:35.243682000, delta=110281000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, isRacyClean=false, read=2023-03-26 14:58:35.314660000, lastModified=2023-03-26 14:58:35.243682000, delta=70978000 ns, racy<=4447500 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, is unmodified 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.353877000, lastModified=2023-03-26 14:58:34.748675000, delta=605202000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.354089000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.354089000, lastModified=2023-03-26 14:58:34.748675000, delta=605414000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.353963000, lastModified=2023-03-26 14:58:35.243682000, delta=110281000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.354173000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.354173000, lastModified=2023-03-26 14:58:35.243682000, delta=110491000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, cannot be racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.354089000, lastModified=2023-03-26 14:58:34.748675000, delta=605414000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.354274000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.354274000, lastModified=2023-03-26 14:58:34.748675000, delta=605599000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.354173000, lastModified=2023-03-26 14:58:35.243682000, delta=110491000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.354356000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.354356000, lastModified=2023-03-26 14:58:35.243682000, delta=110674000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.354274000, lastModified=2023-03-26 14:58:34.748675000, delta=605599000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.354479000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.354479000, lastModified=2023-03-26 14:58:34.748675000, delta=605804000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.354356000, lastModified=2023-03-26 14:58:35.243682000, delta=110674000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.354604000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.354604000, lastModified=2023-03-26 14:58:35.243682000, delta=110922000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.354479000, lastModified=2023-03-26 14:58:34.748675000, delta=605804000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.354743000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.354743000, lastModified=2023-03-26 14:58:34.748675000, delta=606068000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.354604000, lastModified=2023-03-26 14:58:35.243682000, delta=110922000 ns, racy<=2500000000 ns 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.354827000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.354827000, lastModified=2023-03-26 14:58:35.243682000, delta=111145000 ns, racy<=2500000000 ns 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.354743000, lastModified=2023-03-26 14:58:34.748675000, delta=606068000 ns, racy<=2500000000 ns 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.355 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.355096000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.355096000, lastModified=2023-03-26 14:58:34.748675000, delta=606421000 ns, racy<=2500000000 ns 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.354827000, lastModified=2023-03-26 14:58:35.243682000, delta=111145000 ns, racy<=2500000000 ns 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.355202000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.355202000, lastModified=2023-03-26 14:58:35.243682000, delta=111520000 ns, racy<=2500000000 ns 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.355266000, lastModified=2023-03-26 14:58:35.352683000, size=26, fileKey=(dev=100075,ino=1561365673) 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.355096000, lastModified=2023-03-26 14:58:34.748675000, delta=606421000 ns, racy<=2500000000 ns 14:58:35.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356015000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356015000, lastModified=2023-03-26 14:58:34.748675000, delta=607340000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.355202000, lastModified=2023-03-26 14:58:35.243682000, delta=111520000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356142000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356142000, lastModified=2023-03-26 14:58:35.243682000, delta=112460000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356015000, lastModified=2023-03-26 14:58:34.748675000, delta=607340000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356216000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356216000, lastModified=2023-03-26 14:58:34.748675000, delta=607541000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356142000, lastModified=2023-03-26 14:58:35.243682000, delta=112460000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356300000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356300000, lastModified=2023-03-26 14:58:35.243682000, delta=112618000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356216000, lastModified=2023-03-26 14:58:34.748675000, delta=607541000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356396000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356396000, lastModified=2023-03-26 14:58:34.748675000, delta=607721000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356300000, lastModified=2023-03-26 14:58:35.243682000, delta=112618000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356480000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356480000, lastModified=2023-03-26 14:58:35.243682000, delta=112798000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356396000, lastModified=2023-03-26 14:58:34.748675000, delta=607721000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356575000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356575000, lastModified=2023-03-26 14:58:34.748675000, delta=607900000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356480000, lastModified=2023-03-26 14:58:35.243682000, delta=112798000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356659000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356659000, lastModified=2023-03-26 14:58:35.243682000, delta=112977000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356800000, lastModified=2023-03-26 14:58:35.351683000, size=104, fileKey=(dev=100075,ino=1561365671) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356836000, lastModified=2023-03-26 14:58:35.351683000, size=104, fileKey=(dev=100075,ino=1561365671) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356575000, lastModified=2023-03-26 14:58:34.748675000, delta=607900000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356881000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356881000, lastModified=2023-03-26 14:58:34.748675000, delta=608206000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356659000, lastModified=2023-03-26 14:58:35.243682000, delta=112977000 ns, racy<=2500000000 ns 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.356978000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356978000, lastModified=2023-03-26 14:58:35.243682000, delta=113296000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.356881000, lastModified=2023-03-26 14:58:34.748675000, delta=608206000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.357 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.357049000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.357049000, lastModified=2023-03-26 14:58:34.748675000, delta=608374000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.356978000, lastModified=2023-03-26 14:58:35.243682000, delta=113296000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.357132000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.357132000, lastModified=2023-03-26 14:58:35.243682000, delta=113450000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.357049000, lastModified=2023-03-26 14:58:34.748675000, delta=608374000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.357 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.357330000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.357330000, lastModified=2023-03-26 14:58:34.748675000, delta=608655000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.357132000, lastModified=2023-03-26 14:58:35.243682000, delta=113450000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.357416000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.357416000, lastModified=2023-03-26 14:58:35.243682000, delta=113734000 ns, racy<=2500000000 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358170000, lastModified=2023-03-26 14:58:35.355683000, size=0, fileKey=(dev=100075,ino=1561365674) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.357330000, lastModified=2023-03-26 14:58:34.748675000, delta=608655000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.358 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358213000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.358213000, lastModified=2023-03-26 14:58:34.748675000, delta=609538000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.357416000, lastModified=2023-03-26 14:58:35.243682000, delta=113734000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358298000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.358298000, lastModified=2023-03-26 14:58:35.243682000, delta=114616000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358374000, lastModified=2023-03-26 14:58:35.356683000, size=104, fileKey=(dev=100075,ino=1561365674) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358417000, lastModified=2023-03-26 14:58:35.356683000, size=104, fileKey=(dev=100075,ino=1561365674) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.358213000, lastModified=2023-03-26 14:58:34.748675000, delta=609538000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.358 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358468000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.358468000, lastModified=2023-03-26 14:58:34.748675000, delta=609793000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.358298000, lastModified=2023-03-26 14:58:35.243682000, delta=114616000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358593000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.358593000, lastModified=2023-03-26 14:58:35.243682000, delta=114911000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, isRacyClean=true, read=2023-03-26 14:58:35.355266000, lastModified=2023-03-26 14:58:35.352683000, delta=2583000 ns, racy<=4447500 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, is racily clean 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358692000, lastModified=2023-03-26 14:58:35.352683000, size=26, fileKey=(dev=100075,ino=1561365673) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, isRacyClean=false, read=2023-03-26 14:58:35.358692000, lastModified=2023-03-26 14:58:35.352683000, delta=6009000 ns, racy<=4447500 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, cannot be racily clean 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.358468000, lastModified=2023-03-26 14:58:34.748675000, delta=609793000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.358 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358812000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.358812000, lastModified=2023-03-26 14:58:34.748675000, delta=610137000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.358593000, lastModified=2023-03-26 14:58:35.243682000, delta=114911000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.358914000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.358914000, lastModified=2023-03-26 14:58:35.243682000, delta=115232000 ns, racy<=2500000000 ns 14:58:35.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, cannot be racily clean 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, cannot be racily clean 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.358812000, lastModified=2023-03-26 14:58:34.748675000, delta=610137000 ns, racy<=2500000000 ns 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.359 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.359208000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.359208000, lastModified=2023-03-26 14:58:34.748675000, delta=610533000 ns, racy<=2500000000 ns 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.358914000, lastModified=2023-03-26 14:58:35.243682000, delta=115232000 ns, racy<=2500000000 ns 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.359303000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.359303000, lastModified=2023-03-26 14:58:35.243682000, delta=115621000 ns, racy<=2500000000 ns 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.359449000, lastModified=2023-03-26 14:58:35.356683000, size=104, fileKey=(dev=100075,ino=1561365674) 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.359482000, lastModified=2023-03-26 14:58:35.356683000, size=104, fileKey=(dev=100075,ino=1561365674) 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.247668000, lastModified=2023-03-26 14:58:35.241682000, delta=5986000 ns, racy<=4447500 ns 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-26 14:58:35.248054000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842715248054000 ns, racy<=4447500 ns 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack/preserved, is unmodified 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.359208000, lastModified=2023-03-26 14:58:34.748675000, delta=610533000 ns, racy<=2500000000 ns 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.360 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.360711000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.360711000, lastModified=2023-03-26 14:58:34.748675000, delta=612036000 ns, racy<=2500000000 ns 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.359303000, lastModified=2023-03-26 14:58:35.243682000, delta=115621000 ns, racy<=2500000000 ns 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.360855000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.360855000, lastModified=2023-03-26 14:58:35.243682000, delta=117173000 ns, racy<=2500000000 ns 14:58:35.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, cannot be racily clean 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, cannot be racily clean 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.360711000, lastModified=2023-03-26 14:58:34.748675000, delta=612036000 ns, racy<=2500000000 ns 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.361 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.361122000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.361122000, lastModified=2023-03-26 14:58:34.748675000, delta=612447000 ns, racy<=2500000000 ns 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.360855000, lastModified=2023-03-26 14:58:35.243682000, delta=117173000 ns, racy<=2500000000 ns 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.361214000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.361214000, lastModified=2023-03-26 14:58:35.243682000, delta=117532000 ns, racy<=2500000000 ns 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, cannot be racily clean 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.361122000, lastModified=2023-03-26 14:58:34.748675000, delta=612447000 ns, racy<=2500000000 ns 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.361 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.361430000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.361430000, lastModified=2023-03-26 14:58:34.748675000, delta=612755000 ns, racy<=2500000000 ns 14:58:35.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.361214000, lastModified=2023-03-26 14:58:35.243682000, delta=117532000 ns, racy<=2500000000 ns 14:58:35.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.413893000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.413893000, lastModified=2023-03-26 14:58:35.243682000, delta=170211000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.361430000, lastModified=2023-03-26 14:58:34.748675000, delta=612755000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.414 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.414118000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.414118000, lastModified=2023-03-26 14:58:34.748675000, delta=665443000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.413893000, lastModified=2023-03-26 14:58:35.243682000, delta=170211000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.414303000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.414303000, lastModified=2023-03-26 14:58:35.243682000, delta=170621000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.414118000, lastModified=2023-03-26 14:58:34.748675000, delta=665443000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.414 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.414562000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.414562000, lastModified=2023-03-26 14:58:34.748675000, delta=665887000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.414303000, lastModified=2023-03-26 14:58:35.243682000, delta=170621000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.414719000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.414719000, lastModified=2023-03-26 14:58:35.243682000, delta=171037000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.414562000, lastModified=2023-03-26 14:58:34.748675000, delta=665887000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.414 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.414843000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.414843000, lastModified=2023-03-26 14:58:34.748675000, delta=666168000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.414719000, lastModified=2023-03-26 14:58:35.243682000, delta=171037000 ns, racy<=2500000000 ns 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.414966000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.414966000, lastModified=2023-03-26 14:58:35.243682000, delta=171284000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.414843000, lastModified=2023-03-26 14:58:34.748675000, delta=666168000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.415 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.415093000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.415093000, lastModified=2023-03-26 14:58:34.748675000, delta=666418000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.414966000, lastModified=2023-03-26 14:58:35.243682000, delta=171284000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.415210000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.415210000, lastModified=2023-03-26 14:58:35.243682000, delta=171528000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.415093000, lastModified=2023-03-26 14:58:34.748675000, delta=666418000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.415 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.415324000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.415324000, lastModified=2023-03-26 14:58:34.748675000, delta=666649000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.415210000, lastModified=2023-03-26 14:58:35.243682000, delta=171528000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.415441000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.415441000, lastModified=2023-03-26 14:58:35.243682000, delta=171759000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.415541000, lastModified=2023-03-26 14:58:35.412684000, size=41, fileKey=(dev=100075,ino=1563454809) 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.415324000, lastModified=2023-03-26 14:58:34.748675000, delta=666649000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.415 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.415720000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.415720000, lastModified=2023-03-26 14:58:34.748675000, delta=667045000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.415441000, lastModified=2023-03-26 14:58:35.243682000, delta=171759000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.415849000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.415849000, lastModified=2023-03-26 14:58:35.243682000, delta=172167000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.415720000, lastModified=2023-03-26 14:58:34.748675000, delta=667045000 ns, racy<=2500000000 ns 14:58:35.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.415 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.415995000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.415995000, lastModified=2023-03-26 14:58:34.748675000, delta=667320000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.415849000, lastModified=2023-03-26 14:58:35.243682000, delta=172167000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.416124000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.416124000, lastModified=2023-03-26 14:58:35.243682000, delta=172442000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, cannot be racily clean 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.415541000, lastModified=2023-03-26 14:58:35.412684000, delta=2857000 ns, racy<=4447500 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, is racily clean 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-26 14:58:35.416276000, lastModified=2023-03-26 14:58:35.412684000, size=41, fileKey=(dev=100075,ino=1563454809) 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.416276000, lastModified=2023-03-26 14:58:35.412684000, delta=3592000 ns, racy<=4447500 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.415995000, lastModified=2023-03-26 14:58:34.748675000, delta=667320000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.416 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.416403000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.416403000, lastModified=2023-03-26 14:58:34.748675000, delta=667728000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.416124000, lastModified=2023-03-26 14:58:35.243682000, delta=172442000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.416531000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.416531000, lastModified=2023-03-26 14:58:35.243682000, delta=172849000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.416403000, lastModified=2023-03-26 14:58:34.748675000, delta=667728000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.416 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.416873000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.416873000, lastModified=2023-03-26 14:58:34.748675000, delta=668198000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.416531000, lastModified=2023-03-26 14:58:35.243682000, delta=172849000 ns, racy<=2500000000 ns 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.416 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.416990000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.416990000, lastModified=2023-03-26 14:58:35.243682000, delta=173308000 ns, racy<=2500000000 ns 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.417551000, lastModified=2023-03-26 14:58:35.356683000, size=104, fileKey=(dev=100075,ino=1561365674) 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.417595000, lastModified=2023-03-26 14:58:35.356683000, size=104, fileKey=(dev=100075,ino=1561365674) 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.416873000, lastModified=2023-03-26 14:58:34.748675000, delta=668198000 ns, racy<=2500000000 ns 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.417 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.417671000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.417671000, lastModified=2023-03-26 14:58:34.748675000, delta=668996000 ns, racy<=2500000000 ns 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.416990000, lastModified=2023-03-26 14:58:35.243682000, delta=173308000 ns, racy<=2500000000 ns 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.417844000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.417844000, lastModified=2023-03-26 14:58:35.243682000, delta=174162000 ns, racy<=2500000000 ns 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.417671000, lastModified=2023-03-26 14:58:34.748675000, delta=668996000 ns, racy<=2500000000 ns 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.417 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.417956000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.417 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.417956000, lastModified=2023-03-26 14:58:34.748675000, delta=669281000 ns, racy<=2500000000 ns 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.417844000, lastModified=2023-03-26 14:58:35.243682000, delta=174162000 ns, racy<=2500000000 ns 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.418072000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.418072000, lastModified=2023-03-26 14:58:35.243682000, delta=174390000 ns, racy<=2500000000 ns 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.417956000, lastModified=2023-03-26 14:58:34.748675000, delta=669281000 ns, racy<=2500000000 ns 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.418 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.418257000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.418257000, lastModified=2023-03-26 14:58:34.748675000, delta=669582000 ns, racy<=2500000000 ns 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.418072000, lastModified=2023-03-26 14:58:35.243682000, delta=174390000 ns, racy<=2500000000 ns 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.418375000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.418 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.418375000, lastModified=2023-03-26 14:58:35.243682000, delta=174693000 ns, racy<=2500000000 ns 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.418257000, lastModified=2023-03-26 14:58:34.748675000, delta=669582000 ns, racy<=2500000000 ns 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.419 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.419569000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.419569000, lastModified=2023-03-26 14:58:34.748675000, delta=670894000 ns, racy<=2500000000 ns 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.418375000, lastModified=2023-03-26 14:58:35.243682000, delta=174693000 ns, racy<=2500000000 ns 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.419710000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.419 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.419710000, lastModified=2023-03-26 14:58:35.243682000, delta=176028000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.419569000, lastModified=2023-03-26 14:58:34.748675000, delta=670894000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.420 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.420061000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.420061000, lastModified=2023-03-26 14:58:34.748675000, delta=671386000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.419710000, lastModified=2023-03-26 14:58:35.243682000, delta=176028000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.420188000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.420188000, lastModified=2023-03-26 14:58:35.243682000, delta=176506000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.420653000, lastModified=2023-03-26 14:58:35.415684000, size=0, fileKey=(dev=100075,ino=1561365669) 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.420061000, lastModified=2023-03-26 14:58:34.748675000, delta=671386000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.420 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.420722000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.420722000, lastModified=2023-03-26 14:58:34.748675000, delta=672047000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.420188000, lastModified=2023-03-26 14:58:35.243682000, delta=176506000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.420852000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.420852000, lastModified=2023-03-26 14:58:35.243682000, delta=177170000 ns, racy<=2500000000 ns 14:58:35.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.420963000, lastModified=2023-03-26 14:58:35.419684000, size=104, fileKey=(dev=100075,ino=1561365669) 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.421020000, lastModified=2023-03-26 14:58:35.419684000, size=104, fileKey=(dev=100075,ino=1561365669) 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.420722000, lastModified=2023-03-26 14:58:34.748675000, delta=672047000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.421 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.421200000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.421200000, lastModified=2023-03-26 14:58:34.748675000, delta=672525000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.420852000, lastModified=2023-03-26 14:58:35.243682000, delta=177170000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.421330000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.421330000, lastModified=2023-03-26 14:58:35.243682000, delta=177648000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.421200000, lastModified=2023-03-26 14:58:34.748675000, delta=672525000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.421 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.421668000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.421668000, lastModified=2023-03-26 14:58:34.748675000, delta=672993000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.421330000, lastModified=2023-03-26 14:58:35.243682000, delta=177648000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.421797000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.421797000, lastModified=2023-03-26 14:58:35.243682000, delta=178115000 ns, racy<=2500000000 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, cannot be racily clean 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-26 14:58:35.416276000, lastModified=2023-03-26 14:58:35.412684000, delta=3592000 ns, racy<=4447500 ns 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, is racily clean 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-26 14:58:35.421927000, lastModified=2023-03-26 14:58:35.412684000, size=41, fileKey=(dev=100075,ino=1563454809) 14:58:35.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-03-26 14:58:35.421927000, lastModified=2023-03-26 14:58:35.412684000, delta=9243000 ns, racy<=4447500 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.421668000, lastModified=2023-03-26 14:58:34.748675000, delta=672993000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.422045000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.422045000, lastModified=2023-03-26 14:58:34.748675000, delta=673370000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.421797000, lastModified=2023-03-26 14:58:35.243682000, delta=178115000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.422163000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.422163000, lastModified=2023-03-26 14:58:35.243682000, delta=178481000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.422045000, lastModified=2023-03-26 14:58:34.748675000, delta=673370000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.422387000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.422387000, lastModified=2023-03-26 14:58:34.748675000, delta=673712000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.422163000, lastModified=2023-03-26 14:58:35.243682000, delta=178481000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.422515000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.422515000, lastModified=2023-03-26 14:58:35.243682000, delta=178833000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, cannot be racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, cannot be racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.422387000, lastModified=2023-03-26 14:58:34.748675000, delta=673712000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.422670000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.422670000, lastModified=2023-03-26 14:58:34.748675000, delta=673995000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.422515000, lastModified=2023-03-26 14:58:35.243682000, delta=178833000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.422787000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.422787000, lastModified=2023-03-26 14:58:35.243682000, delta=179105000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, cannot be racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch.lock, cannot be racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.422670000, lastModified=2023-03-26 14:58:34.748675000, delta=673995000 ns, racy<=2500000000 ns 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.422 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.422938000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.422938000, lastModified=2023-03-26 14:58:34.748675000, delta=674263000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.422787000, lastModified=2023-03-26 14:58:35.243682000, delta=179105000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.423057000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.423057000, lastModified=2023-03-26 14:58:35.243682000, delta=179375000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/master.lock, cannot be racily clean 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.422938000, lastModified=2023-03-26 14:58:34.748675000, delta=674263000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.423 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.423189000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.423189000, lastModified=2023-03-26 14:58:34.748675000, delta=674514000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.423057000, lastModified=2023-03-26 14:58:35.243682000, delta=179375000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.423301000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.423301000, lastModified=2023-03-26 14:58:35.243682000, delta=179619000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.423189000, lastModified=2023-03-26 14:58:34.748675000, delta=674514000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.423 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.423453000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.423453000, lastModified=2023-03-26 14:58:34.748675000, delta=674778000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.423301000, lastModified=2023-03-26 14:58:35.243682000, delta=179619000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.423587000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.423587000, lastModified=2023-03-26 14:58:35.243682000, delta=179905000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.423453000, lastModified=2023-03-26 14:58:34.748675000, delta=674778000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.423 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.423729000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.423729000, lastModified=2023-03-26 14:58:34.748675000, delta=675054000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.423587000, lastModified=2023-03-26 14:58:35.243682000, delta=179905000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.423848000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.423848000, lastModified=2023-03-26 14:58:35.243682000, delta=180166000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.423729000, lastModified=2023-03-26 14:58:34.748675000, delta=675054000 ns, racy<=2500000000 ns 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.423 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.423956000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.423956000, lastModified=2023-03-26 14:58:34.748675000, delta=675281000 ns, racy<=2500000000 ns 14:58:35.424 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.424 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.424 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.423848000, lastModified=2023-03-26 14:58:35.243682000, delta=180166000 ns, racy<=2500000000 ns 14:58:35.424 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.424 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.424079000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.424 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.424079000, lastModified=2023-03-26 14:58:35.243682000, delta=180397000 ns, racy<=2500000000 ns 14:58:35.424 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-26 14:58:35.424157000, lastModified=2023-03-26 14:58:35.421684000, size=23, fileKey=(dev=100075,ino=1561365667) 14:58:35.429 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.429764000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.429 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.423956000, lastModified=2023-03-26 14:58:34.748675000, delta=675281000 ns, racy<=2500000000 ns 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.430 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.430044000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.430044000, lastModified=2023-03-26 14:58:34.748675000, delta=681369000 ns, racy<=2500000000 ns 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.430248000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.430044000, lastModified=2023-03-26 14:58:34.748675000, delta=681369000 ns, racy<=2500000000 ns 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.430 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.430388000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.430388000, lastModified=2023-03-26 14:58:34.748675000, delta=681713000 ns, racy<=2500000000 ns 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.430248000, lastModified=2023-03-26 14:58:35.243682000, delta=186566000 ns, racy<=2500000000 ns 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.430523000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.430523000, lastModified=2023-03-26 14:58:35.243682000, delta=186841000 ns, racy<=2500000000 ns 14:58:35.430 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.430644000, lastModified=2023-03-26 14:58:35.419684000, size=104, fileKey=(dev=100075,ino=1561365669) 14:58:35.430 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit18186291726210824232:org.eclipse.hawk.git.JGitRepository:false 14:58:35.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:35.432 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.430388000, lastModified=2023-03-26 14:58:34.748675000, delta=681713000 ns, racy<=2500000000 ns 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.439599000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.439599000, lastModified=2023-03-26 14:58:34.748675000, delta=690924000 ns, racy<=2500000000 ns 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.430523000, lastModified=2023-03-26 14:58:35.243682000, delta=186841000 ns, racy<=2500000000 ns 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.439830000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.439 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.439830000, lastModified=2023-03-26 14:58:35.243682000, delta=196148000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440014000, lastModified=2023-03-26 14:58:35.412684000, size=41, fileKey=(dev=100075,ino=1563454809) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.439599000, lastModified=2023-03-26 14:58:34.748675000, delta=690924000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440121000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.440121000, lastModified=2023-03-26 14:58:34.748675000, delta=691446000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.439830000, lastModified=2023-03-26 14:58:35.243682000, delta=196148000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440208000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.440208000, lastModified=2023-03-26 14:58:35.243682000, delta=196526000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch, isRacyClean=false, read=2023-03-26 14:58:35.440014000, lastModified=2023-03-26 14:58:35.412684000, delta=27330000 ns, racy<=4447500 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/refs/heads/newbranch, is unmodified 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440440000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.440121000, lastModified=2023-03-26 14:58:34.748675000, delta=691446000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440538000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.440538000, lastModified=2023-03-26 14:58:34.748675000, delta=691863000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440609000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.440538000, lastModified=2023-03-26 14:58:34.748675000, delta=691863000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440683000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.440683000, lastModified=2023-03-26 14:58:34.748675000, delta=692008000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.440609000, lastModified=2023-03-26 14:58:35.243682000, delta=196927000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440759000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.440759000, lastModified=2023-03-26 14:58:35.243682000, delta=197077000 ns, racy<=2500000000 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/index, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440834000, lastModified=2023-03-26 14:58:35.419684000, size=104, fileKey=(dev=100075,ino=1561365669) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-26 14:58:35.440889000, lastModified=2023-03-26 14:58:35.241682000, size=6, fileKey=(dev=100075,ino=1570788159) 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.440889000, lastModified=2023-03-26 14:58:35.241682000, delta=199207000 ns, racy<=4447500 ns 14:58:35.440 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.440889000, lastModified=2023-03-26 14:58:35.241682000, delta=199207000 ns, racy<=4447500 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.440889000, lastModified=2023-03-26 14:58:35.241682000, delta=199207000 ns, racy<=4447500 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.440683000, lastModified=2023-03-26 14:58:34.748675000, delta=692008000 ns, racy<=2500000000 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.441243000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.441243000, lastModified=2023-03-26 14:58:34.748675000, delta=692568000 ns, racy<=2500000000 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.440208000, lastModified=2023-03-26 14:58:35.243682000, delta=196526000 ns, racy<=2500000000 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.441329000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.441329000, lastModified=2023-03-26 14:58:35.243682000, delta=197647000 ns, racy<=2500000000 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, size=6, fileKey=(dev=100075,ino=1570788159) 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, delta=199752000 ns, racy<=4447500 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, delta=199752000 ns, racy<=4447500 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, delta=199752000 ns, racy<=4447500 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, delta=199752000 ns, racy<=4447500 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, delta=199752000 ns, racy<=4447500 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.441243000, lastModified=2023-03-26 14:58:34.748675000, delta=692568000 ns, racy<=2500000000 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.441913000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.441913000, lastModified=2023-03-26 14:58:34.748675000, delta=693238000 ns, racy<=2500000000 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.441329000, lastModified=2023-03-26 14:58:35.243682000, delta=197647000 ns, racy<=2500000000 ns 14:58:35.441 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.441998000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.441998000, lastModified=2023-03-26 14:58:35.243682000, delta=198316000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.441913000, lastModified=2023-03-26 14:58:34.748675000, delta=693238000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.442095000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.442095000, lastModified=2023-03-26 14:58:34.748675000, delta=693420000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.441998000, lastModified=2023-03-26 14:58:35.243682000, delta=198316000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.442172000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.442172000, lastModified=2023-03-26 14:58:35.243682000, delta=198490000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.442095000, lastModified=2023-03-26 14:58:34.748675000, delta=693420000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.442315000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.442315000, lastModified=2023-03-26 14:58:34.748675000, delta=693640000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.442172000, lastModified=2023-03-26 14:58:35.243682000, delta=198490000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.442397000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.442397000, lastModified=2023-03-26 14:58:35.243682000, delta=198715000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.442315000, lastModified=2023-03-26 14:58:34.748675000, delta=693640000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.442755000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.442755000, lastModified=2023-03-26 14:58:34.748675000, delta=694080000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.442397000, lastModified=2023-03-26 14:58:35.243682000, delta=198715000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.442847000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.442847000, lastModified=2023-03-26 14:58:35.243682000, delta=199165000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.442755000, lastModified=2023-03-26 14:58:34.748675000, delta=694080000 ns, racy<=2500000000 ns 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.442 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.442971000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.442971000, lastModified=2023-03-26 14:58:34.748675000, delta=694296000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.442847000, lastModified=2023-03-26 14:58:35.243682000, delta=199165000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.443058000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.443058000, lastModified=2023-03-26 14:58:35.243682000, delta=199376000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.442971000, lastModified=2023-03-26 14:58:34.748675000, delta=694296000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.443201000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.443201000, lastModified=2023-03-26 14:58:34.748675000, delta=694526000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.443058000, lastModified=2023-03-26 14:58:35.243682000, delta=199376000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.443280000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.443280000, lastModified=2023-03-26 14:58:35.243682000, delta=199598000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, delta=199752000 ns, racy<=4447500 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.443201000, lastModified=2023-03-26 14:58:34.748675000, delta=694526000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.443469000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.443469000, lastModified=2023-03-26 14:58:34.748675000, delta=694794000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.443280000, lastModified=2023-03-26 14:58:35.243682000, delta=199598000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.443594000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.443594000, lastModified=2023-03-26 14:58:35.243682000, delta=199912000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.443469000, lastModified=2023-03-26 14:58:34.748675000, delta=694794000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.443675000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.443675000, lastModified=2023-03-26 14:58:34.748675000, delta=695000000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.443594000, lastModified=2023-03-26 14:58:35.243682000, delta=199912000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.443750000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.443 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.443750000, lastModified=2023-03-26 14:58:35.243682000, delta=200068000 ns, racy<=2500000000 ns 14:58:35.443 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:35.445 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.443675000, lastModified=2023-03-26 14:58:34.748675000, delta=695000000 ns, racy<=2500000000 ns 14:58:35.445 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.445 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.445 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.445890000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.445 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.445890000, lastModified=2023-03-26 14:58:34.748675000, delta=697215000 ns, racy<=2500000000 ns 14:58:35.445 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.445 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.445 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.443750000, lastModified=2023-03-26 14:58:35.243682000, delta=200068000 ns, racy<=2500000000 ns 14:58:35.446 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.446 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.446013000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.446 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.446013000, lastModified=2023-03-26 14:58:35.243682000, delta=202331000 ns, racy<=2500000000 ns 14:58:35.446 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, delta=199752000 ns, racy<=4447500 ns 14:58:35.446 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.446 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:35.446 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:35.452 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:35.452 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:35.452 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:35.452 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:58:35.523 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:58:35.526 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:35.526 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:58:35.526 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:35.526 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s74ms [pure insertion] marking any relevant derived attributes for update...14:58:35.526 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:35.527 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:35.527 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:35.527 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:35.528 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:35.528 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:58:35.528 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:35.528 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:35.528 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:35.528 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:35.528 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision f2181fb8a0b13b253fd4958f41eb45a1cfb2b955 (timepoint 1679842715000) of /tmp/junit18186291726210824232 14:58:35.528 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.445890000, lastModified=2023-03-26 14:58:34.748675000, delta=697215000 ns, racy<=2500000000 ns 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.529372000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.529372000, lastModified=2023-03-26 14:58:34.748675000, delta=780697000 ns, racy<=2500000000 ns 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.446013000, lastModified=2023-03-26 14:58:35.243682000, delta=202331000 ns, racy<=2500000000 ns 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.529513000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.529513000, lastModified=2023-03-26 14:58:35.243682000, delta=285831000 ns, racy<=2500000000 ns 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, delta=199752000 ns, racy<=4447500 ns 14:58:35.529 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.529 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:35.529 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:35.534 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:35.534 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:35.534 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:58:35.535 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:58:35.535 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:35.535 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:35.535 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:35.540 [pool-68-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...14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 48f968db1f5846409e7301bd0e4023657cb66c98 (timepoint 1679842715002) of /tmp/junit18186291726210824232 14:58:35.540 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.529372000, lastModified=2023-03-26 14:58:34.748675000, delta=780697000 ns, racy<=2500000000 ns 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.541579000, lastModified=2023-03-26 14:58:34.748675000, size=259, fileKey=(dev=804,ino=1777394560) 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-26 14:58:35.541579000, lastModified=2023-03-26 14:58:34.748675000, delta=792904000 ns, racy<=2500000000 ns 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-26 14:58:31.632907000, lastModified=1970-01-01 00:00:00.000000000, delta=1679842711632907000 ns, racy<=2500000000 ns 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.529513000, lastModified=2023-03-26 14:58:35.243682000, delta=285831000 ns, racy<=2500000000 ns 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, is racily clean 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, create new FileSnapshot: lastRead=2023-03-26 14:58:35.541706000, lastModified=2023-03-26 14:58:35.243682000, size=78, fileKey=(dev=100075,ino=1561365670) 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/config, isRacyClean=true, read=2023-03-26 14:58:35.541706000, lastModified=2023-03-26 14:58:35.243682000, delta=298024000 ns, racy<=2500000000 ns 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, isRacyClean=false, read=2023-03-26 14:58:35.441434000, lastModified=2023-03-26 14:58:35.241682000, delta=199752000 ns, racy<=4447500 ns 14:58:35.541 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18186291726210824232/.git/objects/pack, is unmodified 14:58:35.541 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:35.541 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:35.546 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:35.546 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:35.546 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:35.547 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:58:35.547 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:35.547 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:58:35.547 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:35.547 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:58:35.547 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:35.547 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 7aa5e518a7d57a94a8fafbe8a96aaa6ca770f59c (timepoint 1679842715003) of /tmp/junit18186291726210824232 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:35.548 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 116 ms 14:58:35.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:35.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit18186291726210824232:org.eclipse.hawk.git.JGitRepository:false 14:58:35.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:35.615 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:35.616 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:35.617 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3787779205601237211/test_nonDefaultBranch[LevelDB GreyCat] 14:58:35.617 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:36.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:36.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:36.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:58:36.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:36.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:36.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:36.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:36.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:36.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:36.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:58:36.244 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:36.245 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:36.245 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:58:36.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:36.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:36.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:58:36.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:58:36.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:58:36.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:58:36.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:58:36.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:58:36.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:58:36.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:58:36.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:58:36.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:58:36.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:58:36.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:58:36.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:58:36.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:58:36.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:58:36.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:58:36.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:58:36.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:58:36.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:58:36.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:58:36.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:58:36.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:58:36.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:58:36.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:58:36.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:58:36.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:58:36.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:58:36.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:58:36.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:58:36.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:58:36.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:58:36.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:58:36.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:58:36.260 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:36.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:36.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:58:36.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:36.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:58:36.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 14:58:36.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 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:58:36.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 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:58:36.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:58:36.319 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:58:36.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:58:36.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:58:36.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:36.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2718104596363801892 14:58:38.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2718104596363801892:org.eclipse.hawk.svn.SvnManager:false 14:58:38.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:38.108 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:38.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:38.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:38.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:38.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:38.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:38.116 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:38.116 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:58:38.116 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:38.116 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:38.117 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:38.117 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:58:38.119 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842715626) of file:///tmp/hawkSvnRepo2718104596363801892 14:58:38.119 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:38.122 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:38.122 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:38.127 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:58:38.127 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:38.127 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:38.127 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:58:38.134 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:58:38.134 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:58:38.134 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:58:38.135 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:38.135 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:38.137 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:38.138 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:38.141 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:38.141 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:58:38.141 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:38.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842716338) of file:///tmp/hawkSvnRepo2718104596363801892 14:58:38.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:38.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 34 ms 14:58:38.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:38.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2718104596363801892:org.eclipse.hawk.svn.SvnManager:false 14:58:38.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:38.148 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:38.149 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:38.150 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1773737428217997407/test_countInstancesModelAll[LevelDB GreyCat] 14:58:38.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:39.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:39.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:39.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:58:39.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:39.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:39.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:39.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:39.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:39.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:39.230 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:39.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:58:39.230 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:39.230 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:58:39.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:39.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:39.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:58:39.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:58:39.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:58:39.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:58:39.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:58:39.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:58:39.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:58:39.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:58:39.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:58:39.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:58:39.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:58:39.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:58:39.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:58:39.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:58:39.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:58:39.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:58:39.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:58:39.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:58:39.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:58:39.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:58:39.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:58:39.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:58:39.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:58:39.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:58:39.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:58:39.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:58:39.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:58:39.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:58:39.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:58:39.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:58:39.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:58:39.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:58:39.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:58:39.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:39.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:39.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:58:39.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:39.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:58:39.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:58:39.325 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:58:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:58:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:58:39.331 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:39.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14035171722147877073 14:58:47.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14035171722147877073:org.eclipse.hawk.svn.SvnManager:false 14:58:47.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:47.108 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:47.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:47.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:47.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:47.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:47.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:47.118 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:47.118 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:58:47.118 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:47.118 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:47.120 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:47.120 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:58:47.122 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842718219) of file:///tmp/hawkSvnRepo14035171722147877073 14:58:47.123 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:47.126 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:47.126 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:47.133 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:58:47.133 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:47.133 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:47.133 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:58:47.141 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:58:47.142 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:58:47.142 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:58:47.142 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:47.142 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:47.145 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:47.146 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:47.149 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:47.149 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:58:47.149 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:47.149 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...14:58:47.149 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:47.149 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842719350) of file:///tmp/hawkSvnRepo14035171722147877073 14:58:47.150 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:47.151 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:47.151 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:47.156 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:58:47.156 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:47.156 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:58:47.156 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:58:47.156 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:47.156 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:58:47.156 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:47.161 [pool-72-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...14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:47.161 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:47.162 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842721112) of file:///tmp/hawkSvnRepo14035171722147877073 14:58:47.162 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:47.215 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:47.215 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:47.221 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:58:47.221 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:47.221 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:47.222 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:58:47.222 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:47.222 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:58:47.222 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:47.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842723109) of file:///tmp/hawkSvnRepo14035171722147877073 14:58:47.224 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:47.225 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:47.225 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:47.230 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:58:47.230 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:47.230 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:58:47.230 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:58:47.230 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:47.230 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:58:47.231 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:47.231 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842725111) of file:///tmp/hawkSvnRepo14035171722147877073 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:47.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 124 ms 14:58:47.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:47.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14035171722147877073:org.eclipse.hawk.svn.SvnManager:false 14:58:47.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:47.239 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:47.240 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:47.248 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9103082363185416387/test_sinceThen[LevelDB GreyCat] 14:58:47.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:48.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:48.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:48.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 14:58:48.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:48.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:48.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:48.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:48.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:48.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:48.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:58:48.236 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:48.237 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:48.237 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:58:48.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:48.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:48.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:58:48.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:58:48.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:58:48.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:58:48.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:58:48.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:58:48.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:58:48.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:58:48.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:58:48.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:58:48.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:58:48.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:58:48.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:58:48.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:58:48.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:58:48.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:58:48.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:58:48.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:58:48.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:58:48.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:58:48.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:58:48.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:58:48.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:58:48.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:58:48.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:48.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:48.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:58:48.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:48.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:58:48.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:58:48.255 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:58:48.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:48.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:58:48.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:48.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo15596339125691507468 14:58:56.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15596339125691507468:org.eclipse.hawk.svn.SvnManager:false 14:58:56.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:56.109 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:56.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:56.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:56.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:56.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:56.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:56.117 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:56.118 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:58:56.118 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:56.118 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:56.120 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:56.120 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:58:56.122 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842727258) of file:///tmp/hawkSvnRepo15596339125691507468 14:58:56.122 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:56.125 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:56.125 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:56.133 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:58:56.133 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:56.133 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:56.133 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:58:56.139 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:58:56.140 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:58:56.140 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:58:56.140 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:56.140 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:56.142 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:56.143 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:56.145 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:56.145 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:58:56.145 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:56.145 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:58:56.145 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842728330) of file:///tmp/hawkSvnRepo15596339125691507468 14:58:56.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:56.214 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:56.214 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:56.219 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:58:56.219 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:56.219 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:58:56.219 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:58:56.220 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:56.220 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:58:56.220 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:56.224 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842730112) of file:///tmp/hawkSvnRepo15596339125691507468 14:58:56.225 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:56.227 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:56.227 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:56.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:58:56.231 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:56.231 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:56.231 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:58:56.231 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:56.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:58:56.231 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:56.232 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:58:56.232 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:56.232 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842732107) of file:///tmp/hawkSvnRepo15596339125691507468 14:58:56.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:56.234 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:56.234 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:56.239 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:58:56.239 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:56.239 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:58:56.239 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:58:56.239 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:56.239 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:58:56.239 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:56.240 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:56.241 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842734108) of file:///tmp/hawkSvnRepo15596339125691507468 14:58:56.241 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:56.241 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 132 ms 14:58:58.101 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:58.101 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:58.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842734108) of file:///tmp/hawkSvnRepo15596339125691507468 14:58:58.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:58.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:58.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:58.108 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:58:58.108 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:58.109 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 14:58:58.109 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 14:58:58.109 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:58.109 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:58:58.109 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:58.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679842736118) of file:///tmp/hawkSvnRepo15596339125691507468 14:58:58.111 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:58.111 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms after for 1679842728330: 0 after for 1679842730112: 1 before for 1679842732107: 2 before for 1679842734108: 3 14:58:58.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:58.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15596339125691507468:org.eclipse.hawk.svn.SvnManager:false 14:58:58.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:58.119 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:58.121 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:58.123 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5332564109355657814/test_before[LevelDB GreyCat] 14:58:58.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:59.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:59.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:59.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:58:59.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:59.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:59.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:59.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:59.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:59.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:59.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:58:59.232 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:59.232 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:59.233 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:58:59.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:59.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:59.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:58:59.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:58:59.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:58:59.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:58:59.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:58:59.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:58:59.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:58:59.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:58:59.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:58:59.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:58:59.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:58:59.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:58:59.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:58:59.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:58:59.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:58:59.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:58:59.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:58:59.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:58:59.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:58:59.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:58:59.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:58:59.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:58:59.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:58:59.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:58:59.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:58:59.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:58:59.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:58:59.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:58:59.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:58:59.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:58:59.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:58:59.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:58:59.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:58:59.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:59.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:59.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:58:59.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:59.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:58:59.251 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:58:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:58:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:58:59.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:59.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4939516769405115361 14:59:07.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4939516769405115361:org.eclipse.hawk.svn.SvnManager:false 14:59:07.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:07.108 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:07.114 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:07.114 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:07.114 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:07.114 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:07.114 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:07.116 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:07.116 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:59:07.116 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:07.116 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:07.117 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:07.117 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:59:07.118 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842738133) of file:///tmp/hawkSvnRepo4939516769405115361 14:59:07.119 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:07.121 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:07.121 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:07.126 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:07.126 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:07.126 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:59:07.126 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:59:07.132 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:59:07.133 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:59:07.133 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:59:07.133 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:07.133 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:07.135 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:59:07.136 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:59:07.138 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:59:07.138 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:59:07.138 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:59:07.138 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:59:07.138 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:07.138 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842739331) of file:///tmp/hawkSvnRepo4939516769405115361 14:59:07.139 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:07.140 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:07.140 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:07.145 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:07.145 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:07.145 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:59:07.145 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:59:07.145 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:07.145 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:07.145 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:07.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:59:07.151 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842741111) of file:///tmp/hawkSvnRepo4939516769405115361 14:59:07.151 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:07.152 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:07.152 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:07.156 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:07.156 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:07.157 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:59:07.157 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:59:07.157 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:07.157 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:07.157 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:07.158 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...14:59:07.158 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:07.158 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:07.213 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:07.213 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:07.214 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:07.214 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:59:07.214 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:07.214 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:07.214 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:07.214 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:59:07.214 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842743109) of file:///tmp/hawkSvnRepo4939516769405115361 14:59:07.214 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:07.216 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:07.216 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:07.220 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:07.220 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:07.220 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:59:07.220 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:59:07.220 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:07.220 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:07.220 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:07.221 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842745109) of file:///tmp/hawkSvnRepo4939516769405115361 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:07.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 114 ms 14:59:07.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:59:07.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4939516769405115361:org.eclipse.hawk.svn.SvnManager:false 14:59:07.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:07.228 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:59:07.230 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:59:07.230 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12811956784539996781/test_commitMessages[LevelDB GreyCat] 14:59:07.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:59:08.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:59:08.261 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:08.261 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:59:08.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:08.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:08.263 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:59:08.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:59:08.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:59:08.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:59:08.263 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:08.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:59:08.264 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:08.264 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:59:08.267 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:08.267 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:08.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:59:08.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:59:08.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:59:08.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:59:08.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:59:08.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:59:08.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:59:08.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:59:08.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:59:08.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:59:08.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:59:08.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:59:08.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:59:08.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:59:08.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:59:08.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:59:08.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:59:08.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:59:08.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:59:08.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:59:08.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:59:08.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:59:08.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:59:08.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:59:08.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:59:08.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:59:08.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:59:08.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:59:08.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:59:08.275 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:59:08.275 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:59:08.275 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:59:08.275 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:59:08.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:59:08.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:59:08.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:59:08.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:08.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:59:08.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:59:08.321 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:59:08.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:59:08.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:59:08.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:59:08.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:08.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:59:08.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:59:08.324 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:59:08.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo11504038230327980581 14:59:16.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11504038230327980581:org.eclipse.hawk.svn.SvnManager:false 14:59:16.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:16.108 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:16.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:16.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:16.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:16.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:16.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:16.116 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:16.116 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:59:16.116 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:16.116 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:16.118 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:16.118 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:59:16.119 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842747241) of file:///tmp/hawkSvnRepo11504038230327980581 14:59:16.120 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:16.122 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:16.122 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:16.127 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:16.127 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:16.127 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:59:16.127 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:59:16.133 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:59:16.134 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:59:16.134 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:59:16.134 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:16.134 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:16.136 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:59:16.137 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:59:16.140 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:59:16.140 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:59:16.140 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:59:16.140 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:59:16.140 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:16.140 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:16.140 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:16.140 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:16.140 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:16.141 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:59:16.141 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:16.141 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:16.141 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:16.141 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:59:16.141 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842748338) of file:///tmp/hawkSvnRepo11504038230327980581 14:59:16.141 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:16.142 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:16.142 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:16.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:16.147 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:16.147 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:59:16.147 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:59:16.147 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:16.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:16.147 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:16.152 [pool-78-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...14:59:16.152 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:16.152 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:16.152 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:16.152 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:16.153 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:16.153 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:59:16.153 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:16.153 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:16.153 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:16.153 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:59:16.153 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842750110) of file:///tmp/hawkSvnRepo11504038230327980581 14:59:16.153 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:16.154 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:16.154 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:16.159 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:16.159 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:16.159 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:59:16.159 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:59:16.159 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:16.159 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:16.159 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:16.160 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...14:59:16.160 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:16.160 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:16.214 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:16.214 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:16.214 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:16.214 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:16.214 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:16.214 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:16.214 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:16.214 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:16.214 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842752113) of file:///tmp/hawkSvnRepo11504038230327980581 14:59:16.215 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:16.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:16.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:16.220 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:16.220 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:16.220 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:59:16.221 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:59:16.221 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:16.221 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:16.221 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:16.221 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842754108) of file:///tmp/hawkSvnRepo11504038230327980581 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:16.222 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 114 ms 14:59:16.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:59:16.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11504038230327980581:org.eclipse.hawk.svn.SvnManager:false 14:59:16.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:16.226 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:59:16.227 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:59:16.227 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5723691547091711473/test_rangesAreBothInclusive[LevelDB GreyCat] 14:59:16.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:59:17.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:59:17.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:17.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:59:17.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:17.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:17.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:59:17.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:59:17.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:59:17.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:59:17.245 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:17.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:59:17.245 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:17.246 [pool-80-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 14:59:17.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:17.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:17.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:59:17.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:59:17.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:59:17.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:59:17.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:59:17.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:59:17.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:59:17.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:59:17.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:59:17.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:59:17.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:59:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:59:17.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:59:17.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:59:17.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:59:17.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:59:17.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:59:17.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:59:17.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:59:17.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:59:17.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:59:17.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:59:17.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:59:17.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:59:17.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:59:17.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:59:17.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:59:17.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:17.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:59:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:59:17.321 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:59:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:59:17.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:59:17.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:59:17.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:59:17.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:59:17.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:59:17.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:59:17.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:59:17.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:59:17.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6822293378971764282 14:59:21.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6822293378971764282:org.eclipse.hawk.svn.SvnManager:false 14:59:21.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:21.107 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:21.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:21.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:21.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:21.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:21.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:21.116 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:21.116 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:59:21.116 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:21.116 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:21.118 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:21.118 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:59:21.121 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842756238) of file:///tmp/hawkSvnRepo6822293378971764282 14:59:21.121 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:21.124 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:21.124 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:21.129 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:59:21.129 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:21.129 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:59:21.129 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:59:21.138 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:59:21.138 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:59:21.138 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:59:21.138 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:21.138 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:21.141 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:59:21.142 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:59:21.144 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:59:21.144 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:59:21.144 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:59:21.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...14:59:21.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:21.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:21.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:21.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:21.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:21.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:21.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:21.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:21.145 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:21.145 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:59:21.145 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842757344) of file:///tmp/hawkSvnRepo6822293378971764282 14:59:21.145 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:21.145 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:21.145 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 14:59:21.145 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 14:59:21.151 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:21.151 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842759129) of file:///tmp/hawkSvnRepo6822293378971764282 14:59:21.152 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:21.152 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 45 ms 14:59:21.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:59:21.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6822293378971764282:org.eclipse.hawk.svn.SvnManager:false 14:59:21.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:21.157 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:59:21.158 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:59:21.158 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12843764644364202964/test_createDeleteNode[LevelDB GreyCat] 14:59:21.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:59:22.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:59:22.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:22.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:59:22.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:22.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:22.237 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:59:22.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:59:22.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:59:22.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:59:22.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:59:22.237 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:22.238 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:22.238 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:59:22.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:22.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:59:22.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:59:22.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:59:22.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:59:22.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:59:22.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:59:22.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:59:22.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:59:22.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:59:22.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:59:22.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:59:22.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:59:22.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:59:22.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:59:22.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:59:22.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:59:22.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:59:22.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:59:22.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:59:22.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:59:22.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:59:22.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:59:22.259 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:59:22.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:59:22.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:59:22.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:22.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:22.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:59:22.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 14:59:22.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:59:22.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 14:59:22.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 14:59:22.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 14:59:22.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:59:22.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 14:59:22.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 14:59:22.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[] 14:59:22.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 14:59:22.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 14:59:22.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 14:59:22.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:22.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:59:22.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:59:22.319 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:59:22.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 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:59:22.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 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:59:22.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 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:59:22.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 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:59:22.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 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:59:22.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 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:22.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:59:22.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:22.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:59:22.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:59:22.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:22.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:59:22.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:59:22.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo17750342877410269568 14:59:26.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17750342877410269568:org.eclipse.hawk.svn.SvnManager:false 14:59:26.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:26.107 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:26.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:26.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:26.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:26.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:26.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:26.116 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:26.116 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:59:26.116 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:26.116 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:26.117 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:26.117 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:59:26.119 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842761216) of file:///tmp/hawkSvnRepo17750342877410269568 14:59:26.119 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:26.122 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:26.122 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:26.126 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:59:26.126 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:26.126 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:59:26.126 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:59:26.133 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:59:26.133 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:59:26.133 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:59:26.133 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:26.133 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:26.135 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:59:26.136 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:59:26.138 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:59:26.138 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:59:26.138 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:59:26.138 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:59:26.138 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842762340) of file:///tmp/hawkSvnRepo17750342877410269568 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:26.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 14:59:26.139 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 14:59:26.145 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:26.145 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842764120) of file:///tmp/hawkSvnRepo17750342877410269568 14:59:26.146 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:26.146 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 39 ms 14:59:26.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:59:26.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17750342877410269568:org.eclipse.hawk.svn.SvnManager:false 14:59:26.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:26.148 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:59:26.149 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:59:26.149 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17983807677239017935/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat] 14:59:26.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:59:27.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:59:27.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:27.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:59:27.218 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:27.218 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:27.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:59:27.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:59:27.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:59:27.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:59:27.244 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:27.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:59:27.245 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:27.245 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:59:27.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:27.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:27.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:59:27.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:59:27.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:59:27.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:59:27.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:59:27.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:59:27.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:59:27.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:59:27.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:59:27.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:59:27.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:59:27.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:59:27.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:59:27.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:59:27.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:59:27.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:59:27.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:59:27.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:59:27.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:59:27.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:59:27.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:59:27.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:59:27.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:59:27.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:59:27.259 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:59:27.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:59:27.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:59:27.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:27.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:59:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:59:27.263 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:59:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:59:27.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:27.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:59:27.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:59:27.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo15244292845000676905 14:59:41.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15244292845000676905:org.eclipse.hawk.svn.SvnManager:false 14:59:41.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:41.108 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:41.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:41.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:41.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:41.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:41.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:41.117 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:41.117 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:59:41.117 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:41.117 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:41.118 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:41.118 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:59:41.120 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842766158) of file:///tmp/hawkSvnRepo15244292845000676905 14:59:41.121 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:41.123 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:41.123 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:41.127 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:41.127 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:41.127 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:59:41.127 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:59:41.134 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:59:41.135 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:59:41.135 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:59:41.135 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:41.135 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:41.137 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:59:41.138 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:59:41.140 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:59:41.140 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:59:41.140 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:59:41.140 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:59:41.140 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:41.140 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:41.140 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:41.140 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:41.141 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:41.141 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:59:41.141 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:41.141 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:41.141 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:41.141 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:59:41.141 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842767327) of file:///tmp/hawkSvnRepo15244292845000676905 14:59:41.141 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:41.142 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:41.142 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:41.146 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:41.146 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:41.147 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:59:41.147 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:59:41.147 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:41.147 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:41.147 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842769109) of file:///tmp/hawkSvnRepo15244292845000676905 14:59:41.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:41.154 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:41.154 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:41.158 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:41.158 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:41.158 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:59:41.159 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:59:41.159 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:41.159 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:41.159 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:41.214 [pool-84-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...14:59:41.214 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:41.214 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842771110) of file:///tmp/hawkSvnRepo15244292845000676905 14:59:41.215 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:41.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:41.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:41.221 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:41.221 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:41.221 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:59:41.221 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0 14:59:41.221 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:41.221 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:41.221 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:41.224 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:41.225 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842773109) of file:///tmp/hawkSvnRepo15244292845000676905 14:59:41.226 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:41.227 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:41.227 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:41.231 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:41.231 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:41.232 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:59:41.232 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:59:41.232 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:41.232 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:41.232 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:41.233 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679842775111) of file:///tmp/hawkSvnRepo15244292845000676905 14:59:41.234 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:41.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:41.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:41.239 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:41.239 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:41.239 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:59:41.239 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:59:41.239 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:41.239 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:41.239 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 6 (timepoint 1679842777110) of file:///tmp/hawkSvnRepo15244292845000676905 14:59:41.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:41.242 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:41.242 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:41.246 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:41.246 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:41.246 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:59:41.246 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 14:59:41.246 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:41.246 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:41.246 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 7 (timepoint 1679842779115) of file:///tmp/hawkSvnRepo15244292845000676905 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:41.248 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 140 ms 14:59:41.249 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:59:41.251 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:59:41.253 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:59:41.255 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree label: Empty label: NotEmpty label: Empty label: NotEmpty label: NotEmpty label: Empty Children of NotEmpty at 1679842775111: 1 Children of NotEmpty at 1679842771110: 2 Children of NotEmpty at 1679842769109: 1 14:59:41.320 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree Children of NotEmpty at 1679842775111: 1 Children of NotEmpty at 1679842771110: 2 Children of NotEmpty at 1679842769109: 1 14:59:41.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:59:41.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15244292845000676905:org.eclipse.hawk.svn.SvnManager:false 14:59:41.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:41.325 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:59:41.327 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:59:41.327 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9479822462541527945/test_unscope[LevelDB GreyCat] 14:59:41.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:59:42.169 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:59:42.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:42.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:59:42.214 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:42.214 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:42.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:59:42.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:59:42.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:59:42.248 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:42.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:59:42.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:59:42.249 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:42.250 [pool-86-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 14:59:42.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:42.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:42.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:59:42.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:59:42.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:59:42.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:59:42.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:59:42.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:59:42.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:59:42.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:59:42.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:59:42.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:59:42.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:59:42.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:59:42.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:59:42.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:59:42.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:59:42.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:59:42.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:59:42.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:59:42.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:59:42.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:59:42.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:59:42.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:59:42.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:59:42.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:59:42.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:59:42.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:59:42.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:59:42.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:42.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:59:42.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 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:59:42.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[] 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:59:42.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 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:42.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:59:42.319 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:59:42.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:42.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:59:42.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:59:42.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14340843292720634085 14:59:46.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14340843292720634085:org.eclipse.hawk.svn.SvnManager:false 14:59:46.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:46.108 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:46.114 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:46.114 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:46.114 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:46.114 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:46.114 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:46.115 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:46.115 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:59:46.115 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:46.115 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:46.116 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:46.116 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:59:46.118 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842781338) of file:///tmp/hawkSvnRepo14340843292720634085 14:59:46.118 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:46.120 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:46.121 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:46.125 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:59:46.125 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:46.125 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:59:46.125 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:59:46.131 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:59:46.131 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:59:46.132 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:59:46.132 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:46.132 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:46.134 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:59:46.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:59:46.137 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:59:46.137 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:59:46.137 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:46.137 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842782338) of file:///tmp/hawkSvnRepo14340843292720634085 14:59:46.138 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:46.138 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:46.138 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 14:59:46.138 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 14:59:46.143 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.005s 14:59:46.143 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842784118) of file:///tmp/hawkSvnRepo14340843292720634085 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:46.144 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 36 ms 14:59:46.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:59:46.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14340843292720634085:org.eclipse.hawk.svn.SvnManager:false 14:59:46.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:46.150 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:59:46.152 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:59:46.152 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10489949696234879418/test_countInstancesFromModelTypes[LevelDB GreyCat] 14:59:46.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:59:47.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:59:47.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:47.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 14:59:47.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:47.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:47.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:59:47.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:59:47.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:59:47.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:59:47.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:59:47.243 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:47.244 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:47.245 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:59:47.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:47.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:47.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:59:47.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:59:47.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:59:47.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:59:47.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:59:47.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:59:47.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:59:47.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:59:47.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:59:47.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:59:47.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:59:47.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:59:47.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:59:47.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:59:47.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:59:47.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:59:47.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:59:47.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:59:47.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:59:47.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:59:47.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:59:47.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:59:47.259 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:59:47.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:59:47.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:59:47.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:47.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:47.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 14:59:47.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:59:47.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 14:59:47.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:59:47.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 14:59:47.318 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:59:47.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 14:59:47.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:59:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:59:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:59:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:59:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:59:47.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:59:47.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo17519759679195874788 14:59:55.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17519759679195874788:org.eclipse.hawk.svn.SvnManager:false 14:59:55.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:55.108 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:55.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:55.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:55.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:55.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:55.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:55.117 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:55.117 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:59:55.117 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:55.117 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:55.118 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:55.118 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:59:55.120 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842786217) of file:///tmp/hawkSvnRepo17519759679195874788 14:59:55.120 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:55.123 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:55.123 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:55.129 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:55.129 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:55.129 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:59:55.129 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:59:55.136 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:59:55.137 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:59:55.137 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:59:55.137 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:55.137 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:55.139 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:59:55.140 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:59:55.142 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:59:55.142 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:59:55.142 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:55.142 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842787338) of file:///tmp/hawkSvnRepo17519759679195874788 14:59:55.143 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:55.144 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:55.144 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:55.148 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:55.149 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:55.149 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:59:55.149 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:59:55.149 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:55.149 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:55.149 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:55.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842789118) of file:///tmp/hawkSvnRepo17519759679195874788 14:59:55.214 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:55.215 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:55.215 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:55.220 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:55.220 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:55.220 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:59:55.220 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:59:55.220 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:55.220 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:55.220 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:55.221 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:59:55.222 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842791110) of file:///tmp/hawkSvnRepo17519759679195874788 14:59:55.222 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:59:55.224 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:59:55.224 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:59:55.228 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:59:55.228 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:59:55.228 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:59:55.229 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:59:55.229 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:59:55.229 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:59:55.229 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:59:55.229 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...14:59:55.229 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:59:55.229 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:59:55.229 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842793109) of file:///tmp/hawkSvnRepo17519759679195874788 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:55.230 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 122 ms 14:59:55.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:59:55.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17519759679195874788:org.eclipse.hawk.svn.SvnManager:false 14:59:55.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:55.235 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:59:55.236 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:59:55.236 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14767811339750496627/test_after[LevelDB GreyCat] 14:59:55.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:59:56.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:59:56.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:59:56.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 14:59:56.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:56.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:56.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:59:56.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:59:56.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:59:56.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:59:56.239 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:59:56.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:59:56.239 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:59:56.239 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 14:59:56.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:56.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:56.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 14:59:56.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 14:59:56.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 14:59:56.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 14:59:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 14:59:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 14:59:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 14:59:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 14:59:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 14:59:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 14:59:56.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 14:59:56.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 14:59:56.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 14:59:56.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 14:59:56.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 14:59:56.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:59:56.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:59:56.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 14:59:56.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:59:56.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 14:59:56.320 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 14:59:56.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 14:59:56.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 14:59:56.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 14:59:56.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:59:56.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo8760512760943005918 15:00:04.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8760512760943005918:org.eclipse.hawk.svn.SvnManager:false 15:00:04.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:04.107 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:04.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:04.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:04.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:04.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:04.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:04.116 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:04.116 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 15:00:04.116 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:04.116 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:04.117 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:04.117 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:00:04.119 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842795245) of file:///tmp/hawkSvnRepo8760512760943005918 15:00:04.119 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:04.121 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:04.121 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:04.126 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:04.126 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:04.126 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:00:04.126 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 15:00:04.133 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 15:00:04.133 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:00:04.133 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:00:04.133 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:04.133 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:04.135 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:00:04.136 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:00:04.138 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:00:04.138 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 15:00:04.138 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:00:04.138 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:00:04.138 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:04.138 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:04.138 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:04.138 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:04.138 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:04.138 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:04.139 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:04.139 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:04.139 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:04.139 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:00:04.139 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842796343) of file:///tmp/hawkSvnRepo8760512760943005918 15:00:04.139 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:04.140 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:04.140 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:04.144 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:04.144 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:04.145 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:00:04.145 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 15:00:04.145 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:04.145 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:04.145 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:04.149 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842798111) of file:///tmp/hawkSvnRepo8760512760943005918 15:00:04.150 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:04.215 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:04.215 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:04.219 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:04.219 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:04.219 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:00:04.219 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 15:00:04.219 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:04.219 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:04.219 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:04.220 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842800108) of file:///tmp/hawkSvnRepo8760512760943005918 15:00:04.221 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:04.222 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:04.222 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:04.226 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:04.226 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:04.226 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 15:00:04.226 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 15:00:04.226 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:04.226 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:04.226 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:04.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:00:04.228 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842802110) of file:///tmp/hawkSvnRepo8760512760943005918 15:00:04.228 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:04.228 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 121 ms 15:00:06.100 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:06.101 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842802110) of file:///tmp/hawkSvnRepo8760512760943005918 15:00:06.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:06.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:06.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:06.108 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:06.108 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:06.108 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 15:00:06.108 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 15:00:06.108 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:06.108 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:06.108 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:06.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:00:06.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:06.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679842804116) of file:///tmp/hawkSvnRepo8760512760943005918 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:06.110 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms 15:00:06.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:00:06.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8760512760943005918:org.eclipse.hawk.svn.SvnManager:false 15:00:06.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:06.116 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:00:06.117 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:00:06.120 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12861546032745904525/test_until[LevelDB GreyCat] 15:00:06.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:00:07.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:00:07.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:07.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:00:07.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:07.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:07.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:00:07.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:00:07.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:00:07.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:00:07.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:00:07.239 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:07.240 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:07.240 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:00:07.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:07.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:07.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:00:07.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:00:07.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:00:07.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:00:07.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:00:07.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:00:07.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:00:07.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:00:07.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:00:07.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:00:07.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:00:07.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:00:07.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:00:07.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:00:07.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:00:07.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:00:07.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:00:07.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:00:07.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:00:07.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:00:07.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:00:07.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:00:07.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:00:07.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:00:07.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:00:07.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:00:07.254 [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 15:00:07.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:07.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 15:00:07.317 [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 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:07.317 [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 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 15:00:07.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 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 15:00:07.317 [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 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 15:00:07.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 15:00:07.318 [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 15:00:07.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 15:00:07.318 [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 15:00:07.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 15:00:07.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 15:00:07.318 [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 15:00:07.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 15:00:07.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 15:00:07.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 15:00:07.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 15:00:07.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 15:00:07.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 15:00:07.318 [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 15:00:07.318 [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 15:00:07.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 15:00:07.318 [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 15:00:07.318 [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 15:00:07.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 15:00:07.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 15:00:07.318 [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 15:00:07.318 [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 15:00:07.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 15:00:07.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 15:00:07.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 15:00:07.318 [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 15:00:07.318 [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 15:00:07.318 [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 15:00:07.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 15:00:07.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[] 15:00:07.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 15:00:07.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 15:00:07.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 15:00:07.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:00:07.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo18115890988705771726 15:00:15.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo18115890988705771726:org.eclipse.hawk.svn.SvnManager:false 15:00:15.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:15.109 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:15.115 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:15.116 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:15.116 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:15.116 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:15.116 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:15.117 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:15.117 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:00:15.117 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:15.117 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:15.118 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:15.118 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 15:00:15.120 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842806129) of file:///tmp/hawkSvnRepo18115890988705771726 15:00:15.120 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:15.123 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:15.123 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:15.127 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:15.127 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:15.127 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:00:15.127 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 15:00:15.133 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 15:00:15.133 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:00:15.133 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:00:15.133 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:15.133 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:15.136 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:00:15.137 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:00:15.139 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:00:15.139 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 15:00:15.139 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:15.139 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842807335) of file:///tmp/hawkSvnRepo18115890988705771726 15:00:15.140 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:15.141 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:15.141 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:15.145 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:15.145 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:15.145 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:00:15.145 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 15:00:15.145 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:15.145 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:15.145 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:15.150 [pool-92-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...15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:15.150 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842809119) of file:///tmp/hawkSvnRepo18115890988705771726 15:00:15.151 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:15.152 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:15.152 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:15.156 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:15.156 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:15.156 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:00:15.214 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 15:00:15.214 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:15.214 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:15.214 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s59ms [pure insertion] marking any relevant derived attributes for update...15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842811108) of file:///tmp/hawkSvnRepo18115890988705771726 15:00:15.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:15.217 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:15.217 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:15.221 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:15.221 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:15.221 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 15:00:15.221 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 15:00:15.221 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:15.221 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:15.221 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:15.222 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842813108) of file:///tmp/hawkSvnRepo18115890988705771726 15:00:15.223 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:15.223 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 114 ms 15:00:17.100 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:17.101 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842813108) of file:///tmp/hawkSvnRepo18115890988705771726 15:00:17.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:17.103 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:17.103 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:17.107 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:17.107 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:17.107 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 15:00:17.108 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5 15:00:17.108 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:17.108 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:17.108 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:17.109 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...15:00:17.109 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:17.109 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:17.109 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:17.109 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:17.109 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:17.109 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:17.109 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:17.110 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:17.110 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:17.110 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:00:17.110 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679842815117) of file:///tmp/hawkSvnRepo18115890988705771726 15:00:17.110 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:17.110 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms 15:00:17.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:00:17.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo18115890988705771726:org.eclipse.hawk.svn.SvnManager:false 15:00:17.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:17.120 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:00:17.121 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:00:17.123 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14755145154447711150/test_whenPoints[LevelDB GreyCat] 15:00:17.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:00:18.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:00:18.261 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:18.261 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:00:18.262 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:18.262 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:18.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:00:18.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:00:18.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:00:18.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:00:18.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:00:18.264 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:18.265 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:18.265 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:00:18.269 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:18.269 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:18.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:00:18.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:00:18.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:00:18.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:00:18.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:00:18.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:00:18.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:00:18.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:00:18.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:00:18.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:00:18.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:00:18.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:00:18.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:00:18.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:00:18.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:00:18.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:00:18.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:00:18.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 15:00:18.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:00:18.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:00:18.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:00:18.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:00:18.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:00:18.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:00:18.320 [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 15:00:18.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:18.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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[] 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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[] 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.324 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.325 [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 15:00:18.327 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:00:18.327 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo12146284622702717143 15:00:26.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12146284622702717143:org.eclipse.hawk.svn.SvnManager:false 15:00:26.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:26.108 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:26.115 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:26.115 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:26.115 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:26.115 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:26.115 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:26.116 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:26.116 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:00:26.116 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:26.116 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:26.117 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:26.117 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 15:00:26.119 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842817132) of file:///tmp/hawkSvnRepo12146284622702717143 15:00:26.119 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:26.122 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:26.122 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:26.126 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:26.126 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:26.126 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:00:26.126 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 15:00:26.132 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 15:00:26.132 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:00:26.132 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:00:26.132 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:26.132 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:26.135 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:00:26.135 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:00:26.137 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:00:26.137 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 15:00:26.138 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842818339) of file:///tmp/hawkSvnRepo12146284622702717143 15:00:26.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:26.140 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:26.140 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:26.144 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:26.144 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:26.144 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:00:26.144 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 15:00:26.144 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:26.144 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:26.144 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:26.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842820110) of file:///tmp/hawkSvnRepo12146284622702717143 15:00:26.150 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:26.151 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:26.151 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:26.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:26.155 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:26.155 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:00:26.155 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 15:00:26.156 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:26.156 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:26.156 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:26.157 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:26.157 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:00:26.157 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842822111) of file:///tmp/hawkSvnRepo12146284622702717143 15:00:26.157 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:26.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:26.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:26.218 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:26.218 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:26.219 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 15:00:26.219 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 15:00:26.219 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:26.219 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:26.219 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842824108) of file:///tmp/hawkSvnRepo12146284622702717143 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:26.220 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 112 ms 15:00:28.100 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:28.101 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842824108) of file:///tmp/hawkSvnRepo12146284622702717143 15:00:28.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:28.103 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:28.103 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:28.107 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:28.107 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:28.108 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 15:00:28.108 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25 15:00:28.108 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:28.108 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:28.108 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679842826117) of file:///tmp/hawkSvnRepo12146284622702717143 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:28.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 9 ms Label at 1679842826117: SomethingElse 15:00:28.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:00:28.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12146284622702717143:org.eclipse.hawk.svn.SvnManager:false 15:00:28.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:28.125 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:00:28.127 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:00:28.129 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17678543095609017385/test_onceFalse[LevelDB GreyCat] 15:00:28.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:00:29.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:00:29.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:29.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:00:29.240 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:29.240 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:29.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:00:29.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:00:29.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:00:29.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:00:29.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:00:29.243 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:29.244 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:29.244 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:00:29.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:29.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:29.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:00:29.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:00:29.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:00:29.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:00:29.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:00:29.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:00:29.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:00:29.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:00:29.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:00:29.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:00:29.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:00:29.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:00:29.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:00:29.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:00:29.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:00:29.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:00:29.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:00:29.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:00:29.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:00:29.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:00:29.262 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:00:29.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:00:29.262 [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 15:00:29.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:29.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:29.319 [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[] 15:00:29.319 [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 15:00:29.319 [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 15:00:29.319 [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 15:00:29.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 15:00:29.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 15:00:29.319 [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 15:00:29.319 [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 15:00:29.319 [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 15:00:29.319 [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 15:00:29.319 [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 15:00:29.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 15:00:29.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 15:00:29.319 [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 15:00:29.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 15:00:29.319 [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 15:00:29.319 [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 15:00:29.319 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 15:00:29.320 [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 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 15:00:29.320 [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 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 15:00:29.320 [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 15:00:29.320 [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 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 15:00:29.320 [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 15:00:29.320 [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 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 15:00:29.320 [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 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 15:00:29.320 [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 15:00:29.320 [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 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 15:00:29.320 [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 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 15:00:29.320 [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 15:00:29.320 [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 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 15:00:29.320 [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 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 15:00:29.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:29.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:00:29.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7842585758870429036 15:00:37.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7842585758870429036:org.eclipse.hawk.svn.SvnManager:false 15:00:37.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:37.108 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:37.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:37.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:37.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:37.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:37.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:37.114 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:37.114 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:00:37.114 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:37.114 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:37.115 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:37.115 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 15:00:37.117 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842828139) of file:///tmp/hawkSvnRepo7842585758870429036 15:00:37.117 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:37.119 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:37.119 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:37.124 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:37.124 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:37.124 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:00:37.124 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 15:00:37.130 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 15:00:37.130 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:00:37.130 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:00:37.130 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:37.130 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:37.133 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:00:37.134 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:00:37.136 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:00:37.136 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 15:00:37.136 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:37.136 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842829338) of file:///tmp/hawkSvnRepo7842585758870429036 15:00:37.137 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:37.138 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:37.138 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:37.142 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:37.142 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:37.142 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:00:37.142 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 15:00:37.142 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:37.142 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:37.142 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:37.147 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:00:37.147 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:37.147 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:37.147 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:37.147 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:37.147 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:37.148 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:00:37.148 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:37.148 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:37.148 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:37.148 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:00:37.148 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842831112) of file:///tmp/hawkSvnRepo7842585758870429036 15:00:37.148 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:37.149 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:37.149 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:37.153 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:37.153 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:37.153 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:00:37.154 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 15:00:37.154 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:37.154 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:37.154 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842833111) of file:///tmp/hawkSvnRepo7842585758870429036 15:00:37.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:37.156 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:37.156 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:37.217 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:37.217 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:37.217 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 15:00:37.218 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 15:00:37.218 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:37.218 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:37.218 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:37.218 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:00:37.218 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:37.218 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842835113) of file:///tmp/hawkSvnRepo7842585758870429036 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:37.219 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 111 ms 15:00:37.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:00:37.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7842585758870429036:org.eclipse.hawk.svn.SvnManager:false 15:00:37.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:37.221 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:00:37.222 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:00:37.222 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6930949137305322811/test_followReferences[LevelDB GreyCat] 15:00:37.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:00:38.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:00:38.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:38.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:00:38.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:38.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:38.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:00:38.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:00:38.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:00:38.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:00:38.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:00:38.244 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:38.244 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:38.244 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:00:38.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:38.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:38.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:00:38.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:00:38.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:00:38.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:00:38.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:00:38.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:00:38.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:00:38.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:00:38.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:00:38.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:00:38.258 [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 15:00:38.259 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:38.259 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:38.262 [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[] 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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[] 15:00:38.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 15:00:38.262 [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 15:00:38.262 [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 15:00:38.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 15:00:38.262 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.263 [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 15:00:38.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:00:38.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo12823441584069210353 15:00:46.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12823441584069210353:org.eclipse.hawk.svn.SvnManager:false 15:00:46.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:46.108 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:46.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:46.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:46.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:46.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:46.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:46.116 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:46.116 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 15:00:46.116 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:46.116 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:46.118 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:46.118 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 15:00:46.120 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842837232) of file:///tmp/hawkSvnRepo12823441584069210353 15:00:46.120 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:46.123 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:46.123 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:46.129 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:46.129 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:46.129 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:00:46.129 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 15:00:46.137 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 15:00:46.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:00:46.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:00:46.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:46.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:46.141 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:00:46.142 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:00:46.144 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:00:46.144 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 15:00:46.145 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842838327) of file:///tmp/hawkSvnRepo12823441584069210353 15:00:46.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:46.146 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:46.146 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:46.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:46.150 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:46.150 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:00:46.151 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 15:00:46.151 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:46.151 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:46.151 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:46.155 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:00:46.155 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842840111) of file:///tmp/hawkSvnRepo12823441584069210353 15:00:46.156 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:46.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:46.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:46.161 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:46.161 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:46.161 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:00:46.162 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 15:00:46.162 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:46.162 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:46.162 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:46.162 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:00:46.162 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:46.162 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:46.162 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:46.162 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:46.163 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:46.163 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:00:46.163 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:46.163 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:46.163 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:46.163 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:00:46.163 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842842107) of file:///tmp/hawkSvnRepo12823441584069210353 15:00:46.163 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:46.215 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:46.215 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:46.219 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:46.219 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:46.219 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 15:00:46.219 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 15:00:46.219 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:46.219 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:46.219 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:46.220 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:46.221 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:00:46.221 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842844110) of file:///tmp/hawkSvnRepo12823441584069210353 15:00:46.221 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:46.221 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 113 ms 15:00:46.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:00:46.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12823441584069210353:org.eclipse.hawk.svn.SvnManager:false 15:00:46.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:46.225 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:00:46.225 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:00:46.226 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7128120494253745042/test_untilThen[LevelDB GreyCat] 15:00:46.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:00:47.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:00:47.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:47.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:00:47.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:47.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:47.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:00:47.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:00:47.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:00:47.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:00:47.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:00:47.245 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:47.246 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:47.246 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:00:47.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:47.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:47.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:00:47.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:00:47.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:00:47.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:00:47.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:00:47.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:00:47.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:00:47.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:00:47.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:00:47.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:00:47.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:00:47.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:00:47.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:00:47.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:00:47.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:00:47.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:00:47.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:00:47.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:00:47.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:00:47.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:00:47.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:00:47.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:00:47.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:00:47.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:00:47.316 [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 15:00:47.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:47.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 15:00:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 15:00:47.321 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 15:00:47.322 [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 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 15:00:47.322 [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 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 15:00:47.322 [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 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 15:00:47.322 [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 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:47.322 [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 15:00:47.322 [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 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 15:00:47.322 [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 15:00:47.322 [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 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:47.322 [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 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 15:00:47.322 [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 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 15:00:47.322 [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 15:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 15:00:47.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:00:47.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2353094794632996558 15:00:55.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2353094794632996558:org.eclipse.hawk.svn.SvnManager:false 15:00:55.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:55.108 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:55.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:55.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:55.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:55.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:55.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:55.115 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:55.116 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 15:00:55.116 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:55.116 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:55.117 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:55.117 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 15:00:55.118 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842846235) of file:///tmp/hawkSvnRepo2353094794632996558 15:00:55.118 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:55.120 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:55.120 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:55.125 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:55.125 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:55.125 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:00:55.125 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 15:00:55.132 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 15:00:55.132 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:00:55.132 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:00:55.132 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:55.132 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:55.136 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:00:55.137 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:00:55.139 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:00:55.139 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 15:00:55.140 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842847339) of file:///tmp/hawkSvnRepo2353094794632996558 15:00:55.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:55.141 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:55.141 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:55.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:55.146 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:55.146 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:00:55.146 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 15:00:55.146 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:55.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:55.146 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:00:55.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842849109) of file:///tmp/hawkSvnRepo2353094794632996558 15:00:55.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:55.154 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:55.154 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:55.216 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:55.217 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:55.217 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:00:55.217 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 15:00:55.217 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:55.217 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:55.217 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:55.218 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:00:55.219 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842851108) of file:///tmp/hawkSvnRepo2353094794632996558 15:00:55.219 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:00:55.220 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:00:55.220 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:00:55.225 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:00:55.225 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:00:55.225 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 15:00:55.225 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 15:00:55.225 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:00:55.225 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:00:55.225 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:00:55.226 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:00:55.226 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:00:55.226 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:00:55.226 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:00:55.226 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:00:55.226 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:00:55.227 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:00:55.227 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:00:55.227 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:00:55.227 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:00:55.227 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:00:55.227 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842853105) of file:///tmp/hawkSvnRepo2353094794632996558 15:00:55.227 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:55.227 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 119 ms 15:00:55.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:00:55.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2353094794632996558:org.eclipse.hawk.svn.SvnManager:false 15:00:55.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:55.232 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:00:55.233 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:00:55.233 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15963624393915363526/test_beforeThen[LevelDB GreyCat] 15:00:55.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:00:56.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:00:56.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:00:56.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:00:56.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:56.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:56.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:00:56.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:00:56.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:00:56.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:00:56.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:00:56.244 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:00:56.245 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:00:56.245 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:00:56.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:56.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:56.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:00:56.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:00:56.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:00:56.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:00:56.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:00:56.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:00:56.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:00:56.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:00:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:00:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:00:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:00:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:00:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:00:56.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:00:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:00:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:00:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:00:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:00:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:00:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:00:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:00:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:00:56.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:00:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:00:56.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:00:56.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:00:56.257 [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 15:00:56.259 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:00:56.259 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:00:56.261 [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 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 15:00:56.261 [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 15:00:56.261 [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 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 15:00:56.261 [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 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 15:00:56.261 [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 15:00:56.261 [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 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 15:00:56.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 15:00:56.261 [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 15:00:56.261 [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 15:00:56.262 [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 15:00:56.262 [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 15:00:56.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 15:00:56.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:00:56.262 [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 15:00:56.262 [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 15:00:56.262 [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 15:00:56.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 15:00:56.262 [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 15:00:56.262 [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 15:00:56.262 [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 15:00:56.262 [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 15:00:56.262 [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 15:00:56.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 15:00:56.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:00:56.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo15041934445017750149 15:01:00.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15041934445017750149:org.eclipse.hawk.svn.SvnManager:false 15:01:00.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:00.107 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:00.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:00.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:00.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:00.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:00.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:00.114 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:00.114 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:01:00.114 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:00.114 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:00.115 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:00.115 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 15:01:00.117 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842855242) of file:///tmp/hawkSvnRepo15041934445017750149 15:01:00.117 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:00.119 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:00.119 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:00.123 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 15:01:00.123 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:00.123 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:01:00.123 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 15:01:00.129 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 15:01:00.130 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:01:00.130 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:01:00.130 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:00.130 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:00.132 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:01:00.133 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:01:00.135 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:01:00.135 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 15:01:00.135 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:01:00.135 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:01:00.135 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:00.135 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:00.135 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:00.135 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:00.135 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:00.135 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:00.135 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:00.135 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:00.136 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:00.136 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:01:00.136 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842856326) of file:///tmp/hawkSvnRepo15041934445017750149 15:01:00.136 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:00.136 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:00.136 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 15:01:00.136 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 15:01:00.141 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.005s 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:00.141 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:01:00.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842858121) of file:///tmp/hawkSvnRepo15041934445017750149 15:01:00.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:01:00.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 35 ms 15:01:00.143 [pool-102-thread-1] INFO org.eclipse.hawk.timeaware.queries.TimelineEOLQueryEngine - Ran 0/3 instants 15:01:00.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:01:00.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15041934445017750149:org.eclipse.hawk.svn.SvnManager:false 15:01:00.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:00.148 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:01:00.149 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:01:00.149 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4313674399325348254/test_countInstancesTimeline[LevelDB GreyCat] 15:01:00.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:01:01.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:01:01.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:01.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:01:01.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:01.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:01.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:01:01.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:01:01.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:01:01.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:01:01.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:01:01.250 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:01.251 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:01:01.251 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:01:01.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:01.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:01.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:01:01.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:01:01.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:01:01.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:01:01.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:01:01.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:01:01.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:01:01.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:01:01.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:01:01.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:01:01.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:01:01.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:01:01.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:01:01.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:01:01.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:01:01.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:01:01.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:01:01.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:01:01.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:01:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:01:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:01:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:01:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:01:01.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:01:01.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:01:01.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 15:01:01.265 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:01.265 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:01.268 [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[] 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.268 [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 15:01:01.269 [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 15:01:01.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 15:01:01.269 [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 15:01:01.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 15:01:01.269 [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[] 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:01:01.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 15:01:01.269 [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 15:01:01.269 [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 15:01:01.269 [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 15:01:01.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:01:01.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1372487700507825900 15:01:09.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1372487700507825900:org.eclipse.hawk.svn.SvnManager:false 15:01:09.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:09.108 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:09.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:09.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:09.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:09.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:09.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:09.115 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:09.115 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:01:09.115 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:09.115 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:09.116 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:09.116 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 15:01:09.117 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842860158) of file:///tmp/hawkSvnRepo1372487700507825900 15:01:09.118 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:09.120 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:09.120 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:09.124 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:09.124 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:09.124 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:01:09.124 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 15:01:09.130 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 15:01:09.130 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:01:09.131 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:01:09.131 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:09.131 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:09.133 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:01:09.134 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:01:09.136 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:01:09.136 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 15:01:09.136 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842861327) of file:///tmp/hawkSvnRepo1372487700507825900 15:01:09.136 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:09.138 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:09.138 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:09.141 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:09.141 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:09.142 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:01:09.142 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 15:01:09.142 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:01:09.142 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:01:09.142 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842863109) of file:///tmp/hawkSvnRepo1372487700507825900 15:01:09.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:09.148 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:09.148 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:09.152 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:09.152 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:09.152 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:01:09.153 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 15:01:09.153 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:01:09.153 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:01:09.153 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:01:09.153 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:01:09.153 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:09.153 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:09.153 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:09.154 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:09.154 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:09.154 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:09.154 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:09.154 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:09.154 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:09.154 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:01:09.154 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842865111) of file:///tmp/hawkSvnRepo1372487700507825900 15:01:09.154 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:09.155 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:09.155 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:09.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:09.159 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:09.159 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 15:01:09.159 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 15:01:09.159 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:01:09.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:01:09.159 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:01:09.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842867108) of file:///tmp/hawkSvnRepo1372487700507825900 15:01:09.161 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:01:09.161 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 53 ms 15:01:09.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:01:09.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1372487700507825900:org.eclipse.hawk.svn.SvnManager:false 15:01:09.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:09.219 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:01:09.220 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:01:09.220 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18211677550912949901/test_afterThen[LevelDB GreyCat] 15:01:09.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:01:10.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:01:10.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:10.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:01:10.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:10.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:10.249 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:01:10.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:01:10.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:01:10.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:01:10.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:01:10.250 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:10.250 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:01:10.250 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:01:10.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:10.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:10.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:01:10.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:01:10.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:01:10.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:01:10.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:01:10.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:01:10.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:01:10.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:01:10.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:01:10.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:01:10.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:01:10.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:01:10.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:01:10.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:01:10.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:01:10.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:01:10.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:01:10.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:01:10.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:01:10.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:01:10.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:01:10.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:01:10.263 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:01:10.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:01:10.263 [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 15:01:10.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:10.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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[] 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.267 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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[] 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.268 [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 15:01:10.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:01:10.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo9130409130788765232 15:01:14.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9130409130788765232:org.eclipse.hawk.svn.SvnManager:false 15:01:14.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:14.107 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:14.113 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:14.113 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:14.113 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:14.113 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:14.113 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:14.114 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:14.114 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:01:14.114 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:14.114 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:14.116 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:14.116 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 15:01:14.117 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842869230) of file:///tmp/hawkSvnRepo9130409130788765232 15:01:14.117 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:14.119 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:14.119 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:14.123 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 15:01:14.123 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:14.123 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:01:14.123 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 15:01:14.129 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 15:01:14.130 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:01:14.130 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:01:14.130 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:14.130 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:14.132 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:01:14.133 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:01:14.135 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:01:14.135 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 15:01:14.135 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:01:14.135 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842870340) of file:///tmp/hawkSvnRepo9130409130788765232 15:01:14.136 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:14.136 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:14.136 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 15:01:14.136 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 15:01:14.141 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.005s 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842872117) of file:///tmp/hawkSvnRepo9130409130788765232 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:01:14.141 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 34 ms 15:01:14.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:01:14.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9130409130788765232:org.eclipse.hawk.svn.SvnManager:false 15:01:14.146 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:14.146 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:01:14.147 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:01:14.148 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15778565441910943054/test_countInstancesFromModel[LevelDB GreyCat] 15:01:14.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:01:15.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:01:15.255 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:15.255 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:01:15.255 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:15.255 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:15.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:01:15.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:01:15.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:01:15.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:01:15.257 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:15.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:01:15.258 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:01:15.258 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:01:15.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:15.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:01:15.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:01:15.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:01:15.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:01:15.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:01:15.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:01:15.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:01:15.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:01:15.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:01:15.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:01:15.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:01:15.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:01:15.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:01:15.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:01:15.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:01:15.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:01:15.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:01:15.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 15:01:15.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:15.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:15.319 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.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 15:01:15.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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.319 [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 15:01:15.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 15:01:15.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[] 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 15:01:15.320 [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 15:01:15.320 [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 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 15:01:15.320 [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 15:01:15.320 [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 15:01:15.320 [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 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 15:01:15.320 [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 15:01:15.320 [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 15:01:15.320 [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 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 15:01:15.320 [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 15:01:15.320 [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 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 15:01:15.320 [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 15:01:15.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 15:01:15.320 [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 15:01:15.320 [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 15:01:15.320 [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 15:01:15.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:01:15.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4692842443731008319 15:01:23.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4692842443731008319:org.eclipse.hawk.svn.SvnManager:false 15:01:23.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:23.108 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:23.115 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:23.115 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:23.115 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:23.115 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:23.115 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:23.116 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:23.116 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:01:23.116 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:23.116 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:23.117 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:23.117 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 15:01:23.119 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842874157) of file:///tmp/hawkSvnRepo4692842443731008319 15:01:23.119 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:23.121 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:23.121 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:23.125 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:23.126 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:23.126 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:01:23.126 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 15:01:23.132 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 15:01:23.132 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 15:01:23.132 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 15:01:23.132 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:23.132 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:23.135 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:01:23.136 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:01:23.137 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:01:23.138 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 15:01:23.138 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842875332) of file:///tmp/hawkSvnRepo4692842443731008319 15:01:23.138 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:23.139 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:23.139 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:23.143 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:23.143 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:23.144 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:01:23.144 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 15:01:23.144 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:01:23.144 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:01:23.144 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:01:23.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:01:23.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:23.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:23.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:23.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:23.148 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:23.148 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:23.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:23.148 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:23.149 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:23.149 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:01:23.149 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842877111) of file:///tmp/hawkSvnRepo4692842443731008319 15:01:23.149 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:23.150 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:23.150 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:23.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:23.154 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:23.154 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:01:23.154 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 15:01:23.154 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:01:23.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:01:23.154 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:01:23.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842879108) of file:///tmp/hawkSvnRepo4692842443731008319 15:01:23.156 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:23.157 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:23.157 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:23.160 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:23.160 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:23.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 15:01:23.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 15:01:23.161 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:01:23.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:01:23.161 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679842881108) of file:///tmp/hawkSvnRepo4692842443731008319 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:01:23.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 54 ms 15:01:23.224 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:01:23.224 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4692842443731008319:org.eclipse.hawk.svn.SvnManager:false 15:01:23.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:23.225 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:01:23.226 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:01:23.227 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12757696261290001247/test_alwaysTrue[LevelDB GreyCat] 15:01:23.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:01:24.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:01:24.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:24.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:01:24.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:24.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:24.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:01:24.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:01:24.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:01:24.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:01:24.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:01:24.253 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:24.253 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:01:24.253 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:01:24.256 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:24.256 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:01:24.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:01:24.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:01:24.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:01:24.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:01:24.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:01:24.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:01:24.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:01:24.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:01:24.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:01:24.266 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:01:24.266 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:01:24.266 [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 15:01:24.267 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:24.267 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [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 15:01:24.270 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 15:01:24.314 [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 15:01:24.314 [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[] 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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[] 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.314 [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 15:01:24.315 [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 15:01:24.315 [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 15:01:24.315 [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 15:01:24.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 15:01:24.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 15:01:24.315 [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 15:01:24.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 15:01:24.315 [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 15:01:24.315 [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 15:01:24.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:01:24.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:01:24.317 [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 15:01:24.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:24.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:24.320 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:01:24.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:01:24.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:01:24.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren... 15:01:24.321 [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; 15:01:24.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren. No username/password recorded for the repository file:///tmp/hawkSvnRepo4387349302717981591 15:01:30.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4387349302717981591:org.eclipse.hawk.svn.SvnManager:false 15:01:30.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:30.108 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:30.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:30.114 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:30.114 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:30.114 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:30.114 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:30.115 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:30.115 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:01:30.115 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:30.115 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:30.116 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:30.116 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 15:01:30.118 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679842883238) of file:///tmp/hawkSvnRepo4387349302717981591 15:01:30.118 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:30.121 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:30.121 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:30.125 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:30.125 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:30.127 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:01:30.127 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 15:01:30.130 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 15:01:30.135 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:01:30.135 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 15:01:30.135 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:01:30.135 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:01:30.135 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:30.135 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:30.135 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:30.135 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:30.136 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:30.136 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:01:30.136 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:30.136 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:30.136 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 15:01:30.139 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 15:01:30.139 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:30.139 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 15:01:30.139 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679842884348) of file:///tmp/hawkSvnRepo4387349302717981591 15:01:30.140 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:30.141 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:30.141 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:30.144 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:30.144 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:30.145 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:01:30.145 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 15:01:30.145 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:01:30.145 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:01:30.145 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:01:30.152 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:01:30.152 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:30.152 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:30.152 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:30.152 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:30.152 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:30.152 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:30.152 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:30.152 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:30.153 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 15:01:30.156 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 15:01:30.156 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:30.156 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:01:30.157 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679842886110) of file:///tmp/hawkSvnRepo4387349302717981591 15:01:30.157 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:30.158 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:30.158 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:30.215 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 15:01:30.215 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:30.215 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:01:30.215 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 15:01:30.215 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:01:30.215 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 15:01:30.215 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:01:30.220 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:01:30.220 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:01:30.220 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:01:30.220 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:30.220 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:30.220 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:30.220 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:01:30.220 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:30.220 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:30.220 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 15:01:30.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 15:01:30.223 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:30.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 15:01:30.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679842888110) of file:///tmp/hawkSvnRepo4387349302717981591 15:01:30.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:01:30.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 115 ms 15:01:30.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:01:30.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4387349302717981591:org.eclipse.hawk.svn.SvnManager:false 15:01:30.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:30.229 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:01:30.231 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:01:30.233 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1326910214793486196/test_whenAnnotated[LevelDB GreyCat] 15:01:30.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 258.387 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 11.813 s untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.816 s computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 4.588 s sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.382 s beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.808 s whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.985 s afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.013 s eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.82 s testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest) Time elapsed: 6.888 s defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 3.704 s nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 0.675 s countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 2.534 s sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.099 s before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.875 s commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.107 s rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 8.997 s createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.93 s travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.991 s unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 15.18 s countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.823 s after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.084 s until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.883 s whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.004 s onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.007 s followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.092 s untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.003 s beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.008 s countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.915 s afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.073 s countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.926 s alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.081 s whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 7.005 s indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.183 s indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.114 s nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.134 s nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.101 s nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.154 s create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.108 s recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.136 s changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.148 s Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite 15:01:31.489 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:01:31.554 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.169 s addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.064 s Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite 15:01:31.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:01:31.655 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:31.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:01:31.656 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:31.656 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:31.658 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:01:31.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:01:31.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:01:31.659 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:01:31.659 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:31.659 [pool-122-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... 15:01:31.659 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 15:01:31.660 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:01:31.742 [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] 15:01:31.742 [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] 15:01:31.742 [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 15:01:31.742 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:01:31.742 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:01:31.753 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 15:01:31.753 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 15:01:31.755 [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 15:01:31.821 [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 15:01:31.823 [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 15:01:31.825 [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 15:01:31.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:01:31.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:01:31.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:01:31.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:01:31.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:01:31.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:01:31.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:01:31.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:01:31.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:01:31.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:01:31.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:01:31.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:01:31.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:01:31.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:01:31.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:01:31.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:01:31.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:01:31.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:01:31.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:01:31.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:01:31.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:01:31.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:01:31.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:01:31.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:01:31.837 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 15:01:31.840 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 15:01:31.841 [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 15:01:31.843 [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 15:01:31.843 [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 15:01:31.843 [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 15:01:31.855 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 15:01:31.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:01:32.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 15:01:32.020 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:01:32.020 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:01:32.231 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:01:32.234 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:01:32.234 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:01:33.459 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:01:33.459 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:01:33.460 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:01:33.460 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:01:33.517 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:01:33.542 [pool-122-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 15:01:43.722 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 10 sec (10 sec total) to /set0.xmi 15:01:47.180 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 266282 M->MM REFERENCES! (took ~13sec) 15:01:47.180 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:01:52.968 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 5 sec (5 sec total) to /set0.xmi 15:01:56.729 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~9 sec) 15:01:56.729 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 23s270ms [pure insertion] marking any relevant derived attributes for update...15:01:56.729 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:01:56.731 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:01:56.731 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:01:56.731 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:01:56.833 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:01:56.833 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.102s attempting to resolve any uninitialized derived attributes... 15:01:56.833 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:01:56.833 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:01:56.833 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:01:56.833 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s102ms [proxy update] 15:01:56.833 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:01:56.834 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 69680 d elems 0 time ~24s validating changes... validating file UPDATED for /set0.xmi 15:02:00.926 [pool-116-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit12529886817026323393/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit12529886817026323393/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) 15:02:01.050 [pool-117-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18212682338152056970/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit18212682338152056970/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) 15:02:01.168 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13584653602029424379/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit13584653602029424379/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 15:02:02.129 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 30 s 109 ms 15:02:02.134 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:02.134 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:02.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:02.136 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:02.139 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:02.140 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7065080927512047350/test_set0[LevelDB GreyCat] 15:02:02.140 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:02.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:02.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:02.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:02.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:02.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:02.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:02.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:02.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:02.246 [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! 15:02:02.246 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:02.246 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:02.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:02.247 [pool-124-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 15:02:02.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:02.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:02.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:02.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:02.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:02.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:02.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:02.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:02.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:02.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:02.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:02.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:02.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:02.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:02.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:02.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:02.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:02.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:02.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:02.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:02.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:02.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:02.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:02.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:02.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:02.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:02.261 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:02.265 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 15:02:02.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:02.330 [main] INFO org.eclipse.hawk.core.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 15:02:02.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:02.332 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:02.333 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:02.336 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:02.336 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:02.337 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:02.337 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:02.337 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:02.337 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 15:02:02.343 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:02.347 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:02.347 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:02.347 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:02.347 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:02.347 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:02.348 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:02.349 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 15:02:02.350 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 18 ms 15:02:02.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:02.353 [main] INFO org.eclipse.hawk.core.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 15:02:02.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:02.414 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:02.415 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:02.415 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2426976393296892728/test_tree[LevelDB GreyCat] 15:02:02.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:02.468 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:02.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:02.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:02.469 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:02.469 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:02.471 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:02.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:02.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 15:02:02.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:02.471 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:02.472 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... 15:02:02.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:02.472 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 15:02:02.474 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:02.474 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02: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::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02: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::EDouble will be handled as its instance type java.lang.Double 15:02:02.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 15:02:02.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 15:02:02.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:02.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:02.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 15:02:02.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 15:02:02.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 15:02:02.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:02.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:02.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:02.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 15:02:02.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 15:02: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::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02: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::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02: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::ELongObject will be handled as its instance type java.lang.Long 15:02: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::EShortObject will be handled as its instance type java.lang.Short 15:02: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::EBigInteger will be handled as its instance type java.math.BigInteger 15:02: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::EFloat will be handled as its instance type java.lang.Float 15:02:02.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:02.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 15:02:02.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:02.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 15:02:02.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 15:02:02.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:02.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 15:02:02.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:02.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:02.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 15:02:02.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:02.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 15:02:02.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[] 15:02:02.488 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:02.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 15:02:02.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:02.556 [main] INFO org.eclipse.hawk.core.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 15:02:02.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:02.557 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:02.614 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:02.618 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:02.618 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:02.619 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 15:02:02.619 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:02.619 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:02.619 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 15:02:02.626 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 15:02:02.629 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:02:02.629 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 15:02:02.629 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:02.629 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:02.629 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:02.630 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:02.630 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:02.630 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:02.630 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:02.630 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:02.630 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:02.630 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:02.630 [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... 15:02:02.630 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:02:02.631 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:02.631 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree%20with%20spaces/space%20tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 15:02:02.631 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 74 ms 15:02:02.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:02.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:02.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:02.639 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:02.641 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:02.641 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3489103317976628040/test_treeWithSpaces[LevelDB GreyCat] 15:02:02.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:02.820 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:02.821 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:02.821 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:02.821 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:02.821 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:02.823 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:02.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:02.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:02.823 [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! 15:02:02.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:02.823 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:02.824 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:02.824 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 15:02:02.827 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:02.827 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:02.834 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:02.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:02.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:02.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:02.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:02.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:02.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:02.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:02.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:02.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:02.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:02.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:02.838 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:02.838 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:02.838 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:02.839 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:02.839 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:02.839 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:02.840 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:02.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:02.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:02.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:02.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:02.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:02.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:02.848 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 15:02:02.848 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:03.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:03.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:03.018 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:03.020 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:03.024 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:03.024 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:03.025 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 15:02:03.025 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:03.025 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:03.025 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 15:02:03.032 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 15:02:03.033 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:02:03.033 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 15:02:03.035 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:03.035 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:03.035 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:03.037 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:03.038 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:03.038 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:03.039 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:03.039 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:03.041 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:03.044 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:03.044 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:03.114 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:03.114 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s76ms [pure insertion] marking any relevant derived attributes for update...15:02:03.114 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:03.114 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:03.114 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:03.114 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:03.115 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 15:02:03.116 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 15:02:03.116 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 15:02:03.116 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:03.117 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:03.117 [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... 15:02:03.117 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 15:02:03.117 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:03.117 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 2 deleted 0 changed 2 loaded 2 c elems 3 d elems 0 time ~0s validating changes... validating file UPDATED for /child.model validating file UPDATED for /root.model changed resource size: 3 relevant graph size: 3 validated changes... true 15:02:03.117 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 99 ms 15:02:03.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:03.122 [main] INFO org.eclipse.hawk.core.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 15:02:03.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:03.123 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:03.125 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:03.125 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14862593610197058139/test_treeCrossResourceContainment[LevelDB GreyCat] 15:02:03.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:03.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:03.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:03.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:03.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:03.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:03.249 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:03.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:03.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:03.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:03.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:03.250 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:03.250 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:03.250 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 15:02:03.255 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:03.255 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:03.317 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:03.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:03.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:03.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:03.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:03.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:03.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:03.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:03.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:03.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:03.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 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:03.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:03.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:03.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:03.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:03.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:03.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:03.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:03.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:03.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:03.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:03.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:03.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:03.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:03.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:03.330 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 15:02:03.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:03.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/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:03.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:03.518 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:03.521 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:03.528 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:03.528 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:03.530 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:03.530 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:03.530 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:03.530 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 15:02:03.616 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:03.620 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 15:02:03.620 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:03.620 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 15:02:03.620 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s91ms [pure insertion] marking any relevant derived attributes for update...15:02:03.620 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:03.622 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:03.622 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:03.622 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:03.622 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:03.622 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:03.622 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:03.622 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:03.623 [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... 15:02:03.623 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:02:03.623 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:03.623 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:03.623 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 105 ms 15:02:03.623 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 15:02:03.623 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#descendants (isMany=true|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten; 15:02:03.626 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 15:02:03.714 [pool-130-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 15:02:03.715 [pool-130-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 15:02:03.826 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 15:02:03.826 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.2s 15:02:03.826 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 15:02:03.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:03.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:03.915 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:03.915 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:03.916 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:03.919 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8175250610565651584/test_derivedEdgeCollection[LevelDB GreyCat] 15:02:03.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:04.045 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:04.048 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:04.048 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:04.048 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:04.048 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:04.051 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:04.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:04.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:04.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:04.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:04.051 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:04.052 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:04.052 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 15:02:04.056 [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 15:02:04.056 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:04.056 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:04.118 [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 15:02:04.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 15:02:04.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:04.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:04.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:04.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:04.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:04.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 15:02:04.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:04.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:04.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:04.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:04.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:04.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:04.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:04.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:04.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:04.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:04.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:04.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:04.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:04.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:04.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:04.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:04.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:04.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 15:02:04.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:04.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:04.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:04.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:04.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:04.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:04.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:04.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:04.129 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 15:02:04.129 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:04.129 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 15:02:04.129 [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; 15:02:04.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 15:02:04.232 [main] INFO org.eclipse.hawk.core.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 15:02:04.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:04.234 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:04.236 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:04.240 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:04.240 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:04.241 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 15:02:04.241 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:04.242 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:04.242 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 15:02:04.248 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 15:02:04.320 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:04.320 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 15:02:04.325 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:04.325 [pool-132-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...15:02:04.325 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:04.326 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:04.327 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:04.327 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:04.327 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:04.327 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:04.329 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:04.336 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:04.337 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:04.342 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:04.342 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s15ms [pure insertion] marking any relevant derived attributes for update...15:02:04.342 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:04.342 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:04.343 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 15:02:04.343 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:04.343 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:04.343 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 15:02:04.345 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 15:02:04.351 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:04.351 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 15:02:04.356 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:04.356 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s13ms [pure insertion] marking any relevant derived attributes for update...15:02:04.356 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:04.356 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:04.356 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:04.356 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:04.357 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 15:02:04.425 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 15:02:04.425 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.069s attempting to resolve any uninitialized derived attributes... 15:02:04.425 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:04.425 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:04.425 [pool-132-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 15:02:04.451 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 15:02:04.451 [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... 15:02:04.451 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s96ms [proxy update] 15:02:04.452 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:04.452 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:04.452 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 218 ms 15:02:04.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:04.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:04.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:04.455 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:04.514 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:04.516 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8311288534432653019/test_deriveThenAdd[LevelDB GreyCat] 15:02:04.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:04.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:04.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:04.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:04.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:04.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:04.654 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:04.655 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:04.655 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:04.655 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:04.655 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:04.655 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:04.655 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:04.655 [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 15:02:04.658 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:04.658 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:04.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:04.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:04.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:04.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:04.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:04.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:04.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:04.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:04.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:04.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:04.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:04.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:04.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:04.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:04.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:04.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:04.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:04.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:04.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:04.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:04.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 15:02:04.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:04.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 15:02:04.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 15:02:04.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:04.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:04.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:04.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:04.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:04.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:04.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:04.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:04.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:04.716 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:04.718 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 15:02:04.718 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:04.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:04.743 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:04.743 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:04.744 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:04.816 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:04.816 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:04.817 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:04.817 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:04.817 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:04.817 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 15:02:04.823 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:04.826 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 15:02:04.826 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:04.826 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 15:02:04.826 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:04.826 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:04.828 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:04.828 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:04.828 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:04.828 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:04.828 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:04.828 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:04.828 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:04.828 [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... 15:02:04.828 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:04.829 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:04.829 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:04.829 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 86 ms 15:02:04.829 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 15:02:04.829 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#maxDescendant (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 15:02:04.831 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 15:02:04.832 [pool-134-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 15:02:04.858 [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) 15:02:04.858 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.027s 15:02:04.859 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 15:02:04.862 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:04.862 [main] INFO org.eclipse.hawk.core.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 15:02:04.863 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:04.863 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:04.914 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:04.914 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1452300974099041510/test_derivedEdgeSingle[LevelDB GreyCat] 15:02:04.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:05.021 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:05.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:05.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:05.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:05.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:05.024 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:05.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:05.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:05.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:05.024 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:05.024 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:05.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:05.024 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 15:02:05.027 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:05.027 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:05.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:05.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:05.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:05.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:05.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:05.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:05.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:05.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:05.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:05.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:05.035 [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 15:02:05.038 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 15:02:05.038 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:05.061 [main] INFO org.eclipse.hawk.core.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 15:02:05.062 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:05.062 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:05.062 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 15:02:05.064 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:05.115 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 15:02:05.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 15:02:05.118 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:05.118 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:05.119 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:05.119 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:05.119 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:05.119 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:05.126 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:05.133 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:05.133 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:05.138 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:05.139 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s20ms [pure insertion] marking any relevant derived attributes for update...15:02:05.139 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:05.140 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:05.140 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 15:02:05.140 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:05.141 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:05.141 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 15:02:05.142 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 15:02:05.150 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:05.150 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 15:02:05.157 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:05.157 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s17ms [pure insertion] marking any relevant derived attributes for update...15:02:05.157 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:05.157 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:05.157 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 15:02:05.157 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:05.158 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:05.158 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 15:02:05.214 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 15:02:05.220 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:05.220 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 15:02:05.225 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:05.225 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s68ms [pure insertion] marking any relevant derived attributes for update...15:02:05.225 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:05.226 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:05.226 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:05.226 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:05.226 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 15:02:05.236 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 15:02:05.236 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 15:02:05.236 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:05.236 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:05.236 [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... 15:02:05.236 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 15:02:05.237 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:05.237 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:05.237 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 175 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 15:02:05.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:05.240 [main] INFO org.eclipse.hawk.core.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 15:02:05.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:05.241 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:05.243 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:05.243 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1742003767737121081/test_addThenIndex[LevelDB GreyCat] 15:02:05.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:05.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:05.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:05.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:05.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:05.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:05.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:05.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:05.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:05.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:05.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:05.353 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:05.354 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:05.354 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 15:02:05.356 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:05.356 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:05.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:05.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:05.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:05.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:05.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:05.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:05.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:05.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:05.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:05.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:05.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:05.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:05.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:05.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 15:02:05.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:05.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:05.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:05.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:05.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:05.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:05.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:05.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:05.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:05.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:05.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:05.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:05.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 15:02:05.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:05.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:05.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:05.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:05.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:05.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:05.418 [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 15:02:05.420 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 15:02:05.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:05.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 15:02:05.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 15:02:05.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 15:02:05.444 [main] INFO org.eclipse.hawk.core.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 15:02:05.445 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:05.445 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:05.447 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:05.451 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:05.451 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:05.452 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 15:02:05.452 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:05.452 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:05.452 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 15:02:05.458 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 15:02:05.519 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:05.519 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 15:02:05.525 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:05.525 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s73ms [pure insertion] marking any relevant derived attributes for update...15:02:05.525 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:05.526 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:05.527 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:05.527 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:05.527 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:05.527 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:05.529 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:05.534 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:05.534 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:05.541 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:05.541 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...15:02:05.541 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:05.541 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:05.542 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 15:02:05.542 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:05.542 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:05.542 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 15:02:05.544 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 15:02:05.549 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:05.549 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 15:02:05.614 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:05.614 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s72ms [pure insertion] marking any relevant derived attributes for update...15:02:05.614 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:05.615 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:05.615 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:05.615 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:05.615 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 15:02:05.627 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 15:02:05.627 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.012s attempting to resolve any uninitialized derived attributes... 15:02:05.627 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:05.627 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:05.627 [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... 15:02:05.627 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 15:02:05.627 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:05.627 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:05.627 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 182 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 15:02:05.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:05.629 [main] INFO org.eclipse.hawk.core.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 15:02:05.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:05.630 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:05.632 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:05.632 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16952653048166102873/test_lookupWithIndex[LevelDB GreyCat] 15:02:05.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:05.685 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:05.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:05.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:05.686 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:05.686 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:05.688 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:05.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:05.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:05.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:05.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:05.688 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:05.689 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:05.689 [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 15:02:05.715 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:05.715 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:05.719 [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 15:02:05.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:05.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:05.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 15:02:05.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:05.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:05.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:05.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 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:05.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:05.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:05.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:05.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 15:02:05.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:05.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:05.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:05.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:05.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 15:02:05.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:05.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:05.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 15:02:05.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 15:02:05.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:05.726 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 15:02:05.726 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:05.748 [main] INFO org.eclipse.hawk.core.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 15:02:05.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:05.750 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:05.751 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:05.756 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:05.756 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:05.757 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 15:02:05.757 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:05.757 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:05.757 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 15:02:05.816 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 15:02:05.819 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:05.820 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 15:02:05.826 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:05.827 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s70ms [pure insertion] marking any relevant derived attributes for update...15:02:05.827 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:05.828 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:05.828 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 15:02:05.828 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:05.828 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:05.828 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 15:02:05.830 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 15:02:05.832 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:05.832 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 15:02:05.838 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:05.838 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:05.838 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:05.838 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:05.838 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:05.838 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:05.839 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:05.839 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:05.840 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:05.843 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:05.843 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:05.850 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:05.850 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:05.850 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:05.850 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:05.850 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:05.850 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:05.850 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 15:02:05.860 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 15:02:05.860 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 15:02:05.860 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:05.860 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:05.860 [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... 15:02:05.860 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 15:02:05.860 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:05.860 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:05.860 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 110 ms 15:02:05.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:05.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:05.915 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:05.915 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:05.916 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:05.916 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5352070834568007753/test_lookupWithoutIndex[LevelDB GreyCat] 15:02:05.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:06.021 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:06.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:06.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:06.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:06.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:06.024 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:06.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:06.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:06.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 15:02:06.025 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 15:02:06.025 [pool-142-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 15:02:06.025 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:06.026 [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 15:02:06.028 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:06.028 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:06.030 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:06.030 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:06.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:06.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:06.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:06.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:06.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:06.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:06.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:06.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:06.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:06.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:06.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:06.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:06.036 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:02:06.036 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:06.036 [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 15:02:06.038 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:06.038 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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[] 15:02:06.040 [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 15:02:06.040 [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 15:02:06.040 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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 15:02:06.041 [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[] 15:02:06.043 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:02:06.043 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:06.043 [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 15:02:06.043 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:06.043 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:06.046 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:06.047 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:02:06.047 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:06.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit17738690942107094645/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:06.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:06.124 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:06.125 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:06.131 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:06.131 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:06.135 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 15:02:06.135 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:06.135 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:06.135 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi... 15:02:06.141 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi 15:02:06.142 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:02:06.142 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 15:02:06.147 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:06.147 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:06.147 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:06.148 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:06.151 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 15:02:06.151 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:06.152 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:06.152 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 15:02:06.153 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 15:02:06.156 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:02:06.156 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 15:02:06.159 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:06.159 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:06.159 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:06.159 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:06.214 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 15:02:06.215 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:06.215 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:06.215 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 15:02:06.216 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 15:02:06.217 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:02:06.217 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 15:02:06.219 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:06.219 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:06.219 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:06.219 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:06.223 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 15:02:06.223 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:06.223 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:06.223 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... 15:02:06.225 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi 15:02:06.225 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:02:06.225 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 15:02:06.227 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:06.227 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:06.227 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:06.227 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:06.227 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:06.227 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:06.227 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 15:02:06.234 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 15:02:06.234 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 15:02:06.234 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:06.234 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:06.234 [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... 15:02:06.234 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 15:02:06.234 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:06.234 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 4 deleted 0 changed 4 loaded 4 c elems 4 d elems 0 time ~0s validating changes... validating file UPDATED for /childA.xmi validating file UPDATED for /root.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /childB.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 15:02:06.235 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 111 ms 15:02:06.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 15:02:06.235 [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); 15:02:06.237 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 15:02:06.238 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 15:02:06.317 [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) 15:02:06.317 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.08s 15:02:06.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 15:02:06.321 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:06.322 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:06.326 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:06.326 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:06.330 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 15:02:06.330 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:06.332 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 15:02:06.332 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 15:02:06.332 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:02:06.332 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 15:02:06.332 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 15:02:06.343 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.011s 15:02:06.348 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 15:02:06.353 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:02:06.353 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 15:02:06.415 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:06.415 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s85ms [pure insertion] marking any relevant derived attributes for update...15:02:06.415 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:06.416 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:06.416 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:06.416 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:06.416 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 15:02:06.422 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 15:02:06.422 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 15:02:06.422 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:06.422 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:06.423 [pool-142-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 15:02:06.427 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 15:02:06.427 [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... 15:02:06.427 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 15:02:06.428 [pool-142-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 15:02:06.433 [pool-142-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s36ms [proxy update] 15:02:06.452 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:06.452 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~0s validating changes... validating file UPDATED for /root.xmi changed resource size: 1 relevant graph size: 1 validated changes... true 15:02:06.453 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 132 ms 15:02:06.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:06.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit17738690942107094645/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:06.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:06.516 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:06.517 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:06.517 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17814983654137418039/test_eContainersIsUpdatedRoot[LevelDB GreyCat] 15:02:06.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:06.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:06.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:06.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:06.629 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:06.629 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:06.631 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:06.631 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:06.631 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:06.631 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:06.631 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:06.631 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:06.631 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:06.631 [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 15:02:06.634 [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 15:02:06.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:06.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:06.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:06.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:06.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:06.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:06.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:06.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:06.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:06.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:06.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:06.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:06.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:06.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:06.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:06.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:06.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:06.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:06.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:06.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:06.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:06.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:06.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:06.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:06.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:06.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:06.644 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 15:02:06.644 [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 15:02:06.648 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 15:02:06.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:06.725 [main] INFO org.eclipse.hawk.core.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 15:02:06.727 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:06.727 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:06.728 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:06.731 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:06.731 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:06.732 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 15:02:06.732 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:06.732 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:06.732 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 15:02:06.738 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model 15:02:06.741 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:06.741 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 15:02:06.741 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 15:02:06.741 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:06.741 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:06.744 [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... 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:06.744 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms 15:02:06.746 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:06.746 [main] INFO org.eclipse.hawk.core.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 15:02:06.747 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:06.747 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:06.748 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:06.753 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16292909197329281969/test_queryEnumValues[LevelDB GreyCat] 15:02:06.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:06.858 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:06.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:06.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:06.859 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:06.859 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:06.860 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:06.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:06.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:06.860 [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! 15:02:06.861 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:06.861 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:06.861 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:06.862 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 15:02:06.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:06.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 15:02:06.951 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 15:02:06.951 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 15:02:06.952 [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 15:02:06.956 [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 15:02:06.960 [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 15:02:06.966 [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 15:02:07.026 [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 15:02:07.026 [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 15:02:07.026 [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 15:02:07.026 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 15:02:07.029 [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 15:02:07.032 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 15:02:07.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:07.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:07.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:07.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:07.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:07.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:07.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:07.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:07.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:07.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:07.037 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:07.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:07.048 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 15:02:07.048 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:07.052 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:07.052 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:07.053 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:07.053 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:07.053 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:07.054 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7941649439155414584/test_metamodels[LevelDB GreyCat] 15:02:07.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:07.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:07.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:07.253 [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 15:02:07.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:07.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:07.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:07.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:07.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:07.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:07.315 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:07.316 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:07.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:07.316 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:07.637 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 15:02:07.637 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 15:02:07.637 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 15:02:07.637 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 15:02:07.637 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 15:02:07.637 [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 15:02:07.637 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:07.637 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:07.655 [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 15:02:07.655 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:07.656 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 15:02:07.738 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 15:02:07.739 [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 15:02:07.739 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:07.739 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 15:02:08.159 [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 15:02:08.159 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:08.159 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 15:02:09.530 [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 15:02:09.530 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 15:02:09.619 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 15:02:09.619 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:09.719 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3112366133864176640/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:09.720 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:09.720 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:09.721 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:09.727 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:09.727 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:09.743 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 15:02:09.743 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:09.743 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:09.743 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 15:02:09.824 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 15:02:09.837 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 15:02:09.837 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 15:02:09.842 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:09.842 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s99ms [pure insertion] marking any relevant derived attributes for update...15:02:09.842 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:09.844 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:09.844 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:09.844 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:09.845 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 15:02:09.847 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 15:02:09.847 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 15:02:09.847 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:09.847 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:09.847 [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... 15:02:09.847 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 15:02:09.847 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:09.847 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:09.847 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 127 ms 15:02:09.848 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:09.849 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:09.850 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:09.850 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:09.852 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 15:02:09.852 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:09.852 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:09.852 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 15:02:09.854 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 15:02:09.926 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 15:02:09.926 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 15:02:09.939 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 15:02:09.939 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s87ms [pure insertion] marking any relevant derived attributes for update...15:02:09.939 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:09.939 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:09.940 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 15:02:09.940 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:09.940 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:09.940 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 15:02:09.942 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 15:02:09.956 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 15:02:09.956 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 15:02:10.023 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 15:02:10.023 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...15:02:10.023 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:10.023 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:10.023 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:10.023 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:10.025 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 15:02:10.029 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 15:02:10.029 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 15:02:10.029 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:10.029 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:10.029 [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... 15:02:10.029 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 15:02:10.029 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:10.029 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:10.029 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 181 ms 15:02:10.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:10.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3112366133864176640/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:10.030 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:10.030 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:10.031 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:10.034 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16529377480546862552/test_elephantResolve[LevelDB GreyCat] 15:02:10.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:10.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:10.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:10.246 [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 15:02:10.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:10.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:10.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:10.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:10.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:10.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:10.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:10.248 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:10.248 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:10.248 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 15:02:10.352 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:10.352 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:10.425 [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 15:02:10.425 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:10.425 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 15:02:10.450 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 15:02:10.451 [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 15:02:10.451 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:10.451 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 15:02:10.951 [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 15:02:10.952 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:10.952 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 15:02:11.745 [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 15:02:11.745 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 15:02:11.783 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 15:02:11.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:11.837 [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 15:02:11.838 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:11.838 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: Warning, monitor is inactive, synchronisation failed! 15:02:11.839 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR 15:02:11.839 [pool-150-thread-1] ERROR org.eclipse.hawk.core.runtime.CompositeStateListener - Update FAILED! 15:02:11.839 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (failure). 0 s 1 ms 15:02:11.842 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:11.842 [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 15:02:11.843 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:11.843 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:11.843 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:11.844 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16306149337469316935/test_zoo[LevelDB GreyCat] 15:02:11.844 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:11.897 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:11.898 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:11.898 [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 15:02:11.898 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:11.898 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:11.900 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:11.900 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:11.900 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:11.901 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:11.901 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:11.901 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:11.901 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:11.901 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 15:02:11.948 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:11.948 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:12.023 [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 15:02:12.023 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:12.023 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 15:02:12.047 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 15:02:12.047 [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 15:02:12.047 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:12.047 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 15:02:12.289 [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 15:02:12.289 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:12.289 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 15:02:12.826 [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 15:02:12.827 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 15:02:12.866 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) 15:02:12.866 [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! 15:02:12.866 [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 15:02:12.952 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:12.952 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:13.016 [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! 15:02:13.016 [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! 15:02:13.016 [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! 15:02:13.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 15:02:13.016 [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! 15:02:13.016 [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! 15:02:13.016 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 15:02:13.016 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:13.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:13.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:13.023 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:13.023 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:13.024 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:13.024 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1377466589935515518/test_metamodel[LevelDB GreyCat] 15:02:13.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:13.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:13.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:13.127 [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 15:02:13.127 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:13.127 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:13.129 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:13.129 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:13.129 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:13.129 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:13.129 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:13.129 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:13.129 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:13.129 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 15:02:13.216 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:13.216 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:13.232 [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 15:02:13.232 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:13.232 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 15:02:13.256 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 15:02:13.257 [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 15:02:13.257 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:13.257 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 15:02:13.572 [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 15:02:13.572 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 15:02:13.572 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 15:02:14.421 [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 15:02:14.421 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 15:02:14.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 15:02:14.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:14.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 15:02:14.538 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:14.538 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:14.542 [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! 15:02:14.542 [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! 15:02:14.542 [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! 15:02:14.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 15:02:14.543 [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! 15:02:14.543 [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! 15:02:14.543 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 15:02:14.543 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:14.639 [main] INFO org.eclipse.hawk.core.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 15:02:14.643 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:14.643 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:14.753 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:14.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.819 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.819 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.819 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.819 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.819 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.819 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.821 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.821 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.821 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.821 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.821 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.821 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.821 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.821 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.821 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.822 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.822 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.822 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.822 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 15:02:14.822 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:14.822 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:14.822 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total) 15:02:14.823 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 15:02:14.823 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:14.823 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:14.823 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 15:02:14.832 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 15:02:14.836 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:14.836 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 15:02:14.838 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:14.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...15:02:14.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:14.840 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:14.841 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 15:02:14.841 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:14.841 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:14.841 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 15:02:14.843 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 15:02:14.846 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:14.846 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 15:02:14.848 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:14.848 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:14.848 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:14.848 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:14.849 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 15:02:14.849 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:14.849 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:14.849 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 15:02:14.852 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 15:02:14.915 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:14.915 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 15:02:14.919 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:14.919 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...15:02:14.919 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:14.919 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:14.919 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 15:02:14.919 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:14.919 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:14.919 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 15:02:14.921 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 15:02:14.928 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 15:02:14.928 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 15:02:14.935 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:14.935 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...15:02:14.935 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:14.935 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:14.935 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 15:02:14.935 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:14.935 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:14.935 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 15:02:14.937 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 15:02:14.939 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:14.939 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 15:02:14.941 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:14.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:14.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:14.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:14.942 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 15:02:14.942 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:14.942 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:14.942 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 15:02:14.944 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 15:02:14.946 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:14.946 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 15:02:14.948 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:14.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:14.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:14.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:14.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 15:02:14.948 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:14.949 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:14.949 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 15:02:14.951 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 15:02:14.954 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:14.954 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 15:02:14.955 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:14.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:14.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:14.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:14.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 15:02:14.956 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:14.956 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:14.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 15:02:14.958 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 15:02:14.960 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:14.960 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 15:02:15.014 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.014 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml. 0s58ms [pure insertion] marking any relevant derived attributes for update...15:02:15.014 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:15.015 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:15.015 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 15:02:15.015 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.015 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.015 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 15:02:15.017 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 15:02:15.019 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.019 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 15:02:15.022 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:15.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 15:02:15.022 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.022 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 15:02:15.025 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 15:02:15.028 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.028 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 15:02:15.030 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.030 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:15.030 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.030 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.030 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 15:02:15.030 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.030 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.030 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 15:02:15.032 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 15:02:15.035 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.035 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 15:02:15.036 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.036 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:15.036 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:15.037 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:15.038 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 15:02:15.038 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.038 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.038 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 15:02:15.040 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 15:02:15.147 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 15:02:15.147 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 15:02:15.241 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 15:02:15.241 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml. 0s203ms [pure insertion] marking any relevant derived attributes for update...15:02:15.241 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.241 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.242 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 15:02:15.242 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.242 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.242 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 15:02:15.244 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 15:02:15.247 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.247 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 15:02:15.251 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.251 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:15.251 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.251 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.251 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 15:02:15.251 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.251 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.251 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 15:02:15.253 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 15:02:15.256 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.256 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 15:02:15.258 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.258 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:15.258 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.258 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.258 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 15:02:15.258 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.258 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.258 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 15:02:15.315 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 15:02:15.317 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.317 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 15:02:15.319 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.319 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...15:02:15.319 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.319 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.319 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 15:02:15.319 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.319 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.319 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 15:02:15.321 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 15:02:15.327 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:15.327 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 15:02:15.331 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:15.331 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:15.331 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.331 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.332 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 15:02:15.332 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.332 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.332 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 15:02:15.333 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 15:02:15.336 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.336 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 15:02:15.337 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.337 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:15.337 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.337 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.338 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 15:02:15.338 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.338 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.338 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 15:02:15.340 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 15:02:15.342 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.342 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 15:02:15.344 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.344 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:15.344 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.344 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.344 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 15:02:15.344 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.345 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.345 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 15:02:15.348 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 15:02:15.350 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.350 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 15:02:15.352 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:15.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 15:02:15.353 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.353 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.353 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 15:02:15.354 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 15:02:15.358 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:15.358 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 15:02:15.416 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.416 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...15:02:15.416 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.416 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.417 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 15:02:15.417 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.417 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.417 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 15:02:15.419 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 15:02:15.422 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.422 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 15:02:15.424 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.424 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:15.424 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.424 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.424 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 15:02:15.424 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.425 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.425 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 15:02:15.427 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 15:02:15.431 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:15.431 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 15:02:15.435 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:15.435 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...15:02:15.435 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.435 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.435 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 15:02:15.435 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.435 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.435 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 15:02:15.437 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 15:02:15.439 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.439 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 15:02:15.441 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.441 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:15.441 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.442 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.442 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 15:02:15.442 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.442 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.442 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 15:02:15.445 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 15:02:15.448 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.448 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 15:02:15.450 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:15.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 15:02:15.450 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.450 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 15:02:15.452 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 15:02:15.456 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:15.456 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 15:02:15.515 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.515 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...15:02:15.515 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.515 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.516 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 15:02:15.516 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.516 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.516 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 15:02:15.518 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 15:02:15.521 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.521 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 15:02:15.523 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.523 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:15.523 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.523 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.523 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 15:02:15.523 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.523 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.523 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 15:02:15.525 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 15:02:15.528 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.528 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 15:02:15.531 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.531 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:15.531 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:15.533 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:15.534 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 15:02:15.534 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.534 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.534 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 15:02:15.536 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 15:02:15.539 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:15.539 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 15:02:15.541 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.541 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:15.541 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.541 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.541 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 15:02:15.541 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.542 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.542 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 15:02:15.544 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 15:02:15.549 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:15.549 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 15:02:15.551 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.551 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:15.551 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.551 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.614 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 15:02:15.614 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.614 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.614 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 15:02:15.616 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 15:02:15.620 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.620 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 15:02:15.622 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.622 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:15.622 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.622 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.623 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 15:02:15.623 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.623 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.623 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 15:02:15.625 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 15:02:15.643 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.643 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 15:02:15.645 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.645 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...15:02:15.645 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.645 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.646 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 15:02:15.646 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.646 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.646 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 15:02:15.648 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 15:02:15.715 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 15:02:15.715 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 15:02:15.725 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 15:02:15.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...15:02:15.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 15:02:15.725 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.725 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 15:02:15.728 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 15:02:15.731 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.731 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 15:02:15.734 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.734 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:15.734 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.734 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.734 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 15:02:15.734 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.734 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.734 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 15:02:15.736 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 15:02:15.739 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.739 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 15:02:15.740 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.741 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:15.741 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.741 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.741 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 15:02:15.741 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.741 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.741 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 15:02:15.743 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 15:02:15.748 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:15.748 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 15:02:15.753 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:15.753 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:15.753 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.753 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 15:02:15.754 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.754 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 15:02:15.756 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 15:02:15.816 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.816 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 15:02:15.818 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...15:02:15.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 15:02:15.818 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.818 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 15:02:15.820 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 15:02:15.823 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.823 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 15:02:15.825 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.825 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:15.825 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.825 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.825 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 15:02:15.825 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.825 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.825 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 15:02:15.828 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 15:02:15.831 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.831 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 15:02:15.835 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.835 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:15.835 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.835 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.835 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 15:02:15.835 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.835 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.835 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 15:02:15.837 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 15:02:15.842 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:15.842 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 15:02:15.844 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.844 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:15.844 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.844 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.844 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 15:02:15.844 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.844 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.844 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 15:02:15.846 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 15:02:15.850 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:15.850 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 15:02:15.852 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:15.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 15:02:15.852 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.852 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 15:02:15.914 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 15:02:15.917 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.917 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 15:02:15.919 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.919 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...15:02:15.919 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.919 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.920 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 15:02:15.920 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.920 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.920 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 15:02:15.922 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 15:02:15.924 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.924 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 15:02:15.926 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:15.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 15:02:15.926 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.926 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 15:02:15.928 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 15:02:15.930 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:15.930 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 15:02:15.933 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:15.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 15:02:15.933 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.933 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 15:02:15.936 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 15:02:15.939 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.939 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 15:02:15.941 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:15.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.942 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 15:02:15.942 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.942 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.942 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 15:02:15.944 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 15:02:15.946 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.946 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 15:02:15.948 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:15.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:15.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:15.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 15:02:15.948 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.948 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 15:02:15.950 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 15:02:15.952 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:15.952 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 15:02:15.954 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:15.954 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:15.954 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:15.955 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:15.955 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 15:02:15.955 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:15.955 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:15.955 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 15:02:16.016 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 15:02:16.019 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.019 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 15:02:16.021 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.021 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...15:02:16.021 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.021 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.021 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 15:02:16.021 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.021 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.021 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 15:02:16.023 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 15:02:16.026 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.026 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 15:02:16.028 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.028 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:16.028 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.028 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.028 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 15:02:16.028 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.028 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.028 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 15:02:16.030 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 15:02:16.033 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.033 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 15:02:16.036 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.036 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:16.036 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.036 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.036 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 15:02:16.036 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.037 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.037 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 15:02:16.039 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 15:02:16.044 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:16.044 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 15:02:16.046 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.046 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:16.046 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.046 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.047 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 15:02:16.047 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.047 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.047 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 15:02:16.049 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 15:02:16.053 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:16.053 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 15:02:16.053 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.053 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.053 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.053 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.053 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 15:02:16.053 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.053 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.053 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 15:02:16.115 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 15:02:16.117 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.117 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 15:02:16.119 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...15:02:16.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 15:02:16.119 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.120 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.120 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 15:02:16.122 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 15:02:16.126 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.126 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 15:02:16.128 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.128 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:16.128 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.128 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.128 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 15:02:16.128 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.128 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.128 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 15:02:16.130 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 15:02:16.132 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.132 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 15:02:16.134 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.134 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.134 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:16.135 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:16.135 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 15:02:16.135 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.135 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.135 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 15:02:16.137 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 15:02:16.142 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:16.142 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 15:02:16.147 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:16.147 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:16.147 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.147 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.147 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 15:02:16.147 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.147 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.147 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 15:02:16.149 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 15:02:16.216 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 15:02:16.216 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 15:02:16.222 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:16.222 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...15:02:16.222 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:16.223 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:16.223 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 15:02:16.223 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.223 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.223 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 15:02:16.225 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 15:02:16.228 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.228 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 15:02:16.230 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:16.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:16.231 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:16.231 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 15:02:16.231 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.231 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.231 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 15:02:16.233 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 15:02:16.235 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.235 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 15:02:16.237 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 15:02:16.237 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.237 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.238 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 15:02:16.239 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 15:02:16.242 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.242 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 15:02:16.244 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:16.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 15:02:16.244 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.244 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 15:02:16.246 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 15:02:16.253 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:16.253 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 15:02:16.315 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:16.315 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...15:02:16.315 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.315 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.315 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 15:02:16.315 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.316 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.316 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 15:02:16.317 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 15:02:16.319 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.320 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 15:02:16.321 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.321 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.321 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.321 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.322 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 15:02:16.322 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.322 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.322 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 15:02:16.324 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 15:02:16.327 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:16.327 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 15:02:16.330 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.330 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:16.330 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.330 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.330 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 15:02:16.330 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.330 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.330 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 15:02:16.332 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 15:02:16.340 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 15:02:16.340 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 15:02:16.416 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:16.416 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml. 0s86ms [pure insertion] marking any relevant derived attributes for update...15:02:16.416 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.416 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.416 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 15:02:16.416 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.416 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.416 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 15:02:16.418 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 15:02:16.420 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.420 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 15:02:16.422 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 15:02:16.422 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.423 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.423 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 15:02:16.424 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 15:02:16.427 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.427 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 15:02:16.428 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.428 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.428 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.429 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.429 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 15:02:16.429 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.429 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.429 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 15:02:16.431 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 15:02:16.434 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:16.434 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 15:02:16.437 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.437 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:16.437 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.437 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.437 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 15:02:16.437 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.437 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.437 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 15:02:16.439 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 15:02:16.441 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.441 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 15:02:16.443 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.443 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.443 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.443 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.443 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 15:02:16.443 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.444 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.444 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 15:02:16.446 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 15:02:16.449 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 15:02:16.449 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 15:02:16.451 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.451 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:16.451 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.451 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.452 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 15:02:16.452 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.452 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.452 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 15:02:16.454 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 15:02:16.516 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.516 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 15:02:16.518 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.518 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...15:02:16.518 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.518 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.519 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 15:02:16.519 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.519 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.519 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 15:02:16.521 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 15:02:16.553 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 15:02:16.554 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 15:02:16.644 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 15:02:16.644 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml. 0s125ms [pure insertion] marking any relevant derived attributes for update...15:02:16.644 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.644 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.645 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 15:02:16.645 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.645 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.645 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 15:02:16.646 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 15:02:16.649 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.649 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 15:02:16.651 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.651 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.651 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.651 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.651 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 15:02:16.651 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.651 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.651 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 15:02:16.715 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 15:02:16.719 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.719 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 15:02:16.720 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.720 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...15:02:16.721 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:16.721 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:16.721 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 15:02:16.721 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.721 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.721 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 15:02:16.723 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 15:02:16.725 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.725 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 15:02:16.727 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.727 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.727 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.727 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.728 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 15:02:16.728 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.728 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.728 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 15:02:16.729 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 15:02:16.733 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.733 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 15:02:16.735 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.735 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:16.735 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:16.736 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:16.736 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 15:02:16.736 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.736 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.736 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 15:02:16.739 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 15:02:16.743 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.743 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 15:02:16.745 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.745 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:16.745 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.745 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.746 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 15:02:16.746 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.746 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.746 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 15:02:16.747 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 15:02:16.750 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.750 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 15:02:16.752 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.752 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:16.752 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.752 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.752 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 15:02:16.752 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.752 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.752 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 15:02:16.754 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 15:02:16.757 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.757 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 15:02:16.814 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.814 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...15:02:16.814 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.814 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.815 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 15:02:16.815 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.815 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.815 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 15:02:16.817 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 15:02:16.821 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.821 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 15:02:16.823 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.823 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:16.823 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.823 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.823 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 15:02:16.823 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.823 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.823 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 15:02:16.825 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 15:02:16.828 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:16.828 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 15:02:16.830 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.830 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:16.830 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.830 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.830 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 15:02:16.830 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.830 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.830 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 15:02:16.832 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 15:02:16.835 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.835 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 15:02:16.837 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.837 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:16.837 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.837 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.837 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 15:02:16.837 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.837 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.837 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 15:02:16.840 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 15:02:16.844 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:16.844 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 15:02:16.845 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:16.846 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:16.846 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.846 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.846 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 15:02:16.846 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.846 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.846 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 15:02:16.848 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 15:02:16.918 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 15:02:16.918 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 15:02:16.931 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 15:02:16.931 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml. 0s85ms [pure insertion] marking any relevant derived attributes for update...15:02:16.931 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:16.931 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:16.931 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 15:02:16.931 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:16.932 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:16.932 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 15:02:16.934 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 15:02:16.948 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 15:02:16.948 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 15:02:17.019 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 15:02:17.019 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s88ms [pure insertion] marking any relevant derived attributes for update...15:02:17.019 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.019 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.020 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 15:02:17.020 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.021 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.021 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 15:02:17.023 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 15:02:17.025 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.025 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 15:02:17.027 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.027 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:17.027 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.027 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.027 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 15:02:17.027 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.027 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.027 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 15:02:17.029 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 15:02:17.031 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.031 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 15:02:17.033 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.033 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.033 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.033 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.033 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 15:02:17.033 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.033 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.033 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 15:02:17.035 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 15:02:17.038 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.038 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 15:02:17.040 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.040 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:17.040 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.040 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.041 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 15:02:17.041 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.042 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.042 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 15:02:17.044 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 15:02:17.046 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.046 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 15:02:17.048 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:17.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 15:02:17.048 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.048 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 15:02:17.050 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 15:02:17.053 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.053 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 15:02:17.054 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.054 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.054 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.054 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.055 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 15:02:17.055 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.055 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.055 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 15:02:17.114 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 15:02:17.117 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.117 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 15:02:17.120 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.120 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...15:02:17.120 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.120 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.120 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 15:02:17.120 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.120 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.120 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 15:02:17.122 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 15:02:17.124 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.124 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 15:02:17.126 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.126 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.126 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.126 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.126 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 15:02:17.126 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.126 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.126 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 15:02:17.128 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 15:02:17.130 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.130 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 15:02:17.132 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.132 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.132 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.132 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.132 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 15:02:17.132 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.133 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.133 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 15:02:17.135 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 15:02:17.137 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.137 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 15:02:17.140 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.141 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:17.141 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.141 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.141 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 15:02:17.141 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.141 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.141 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 15:02:17.143 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 15:02:17.145 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.145 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 15:02:17.215 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.215 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml. 0s74ms [pure insertion] marking any relevant derived attributes for update...15:02:17.215 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.215 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.215 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 15:02:17.215 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.215 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.215 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 15:02:17.217 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 15:02:17.219 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.219 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 15:02:17.221 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.221 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.221 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.221 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.222 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 15:02:17.222 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.222 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.222 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 15:02:17.224 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 15:02:17.227 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.227 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 15:02:17.230 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:17.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 15:02:17.230 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.230 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 15:02:17.233 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 15:02:17.235 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.235 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 15:02:17.236 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.236 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.236 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:17.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:17.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 15:02:17.237 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.237 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 15:02:17.239 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 15:02:17.241 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.241 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 15:02:17.243 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.243 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.243 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.243 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 15:02:17.244 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.244 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 15:02:17.246 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 15:02:17.250 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.250 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 15:02:17.254 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.254 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:17.254 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.254 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.314 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 15:02:17.314 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.314 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.314 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 15:02:17.316 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 15:02:17.338 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 15:02:17.338 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 15:02:17.355 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 15:02:17.355 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml. 0s41ms [pure insertion] marking any relevant derived attributes for update...15:02:17.355 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.355 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.414 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 15:02:17.414 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.414 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.414 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 15:02:17.416 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 15:02:17.420 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.420 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 15:02:17.422 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:17.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.423 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (2 sec, 2 sec total) 15:02:17.423 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 15:02:17.423 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.423 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.423 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 15:02:17.425 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 15:02:17.427 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.427 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 15:02:17.429 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.429 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.429 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.429 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.429 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 15:02:17.429 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.429 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.429 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 15:02:17.431 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 15:02:17.433 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.433 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 15:02:17.435 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.435 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.435 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:17.436 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:17.436 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 15:02:17.436 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.436 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.436 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 15:02:17.439 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 15:02:17.443 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:17.443 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 15:02:17.447 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:17.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...15:02:17.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 15:02:17.447 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.447 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 15:02:17.449 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 15:02:17.458 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 15:02:17.458 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 15:02:17.522 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:17.522 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...15:02:17.522 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.522 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.522 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 15:02:17.522 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.522 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.522 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 15:02:17.524 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 15:02:17.527 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.527 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 15:02:17.529 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.529 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:17.529 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.529 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.529 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 15:02:17.529 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.529 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.529 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 15:02:17.531 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 15:02:17.535 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.535 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 15:02:17.537 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.537 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:17.537 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.537 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.538 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 15:02:17.538 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.538 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.538 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 15:02:17.540 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 15:02:17.542 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.542 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 15:02:17.544 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.544 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.544 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.544 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.544 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 15:02:17.544 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.544 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.544 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 15:02:17.546 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 15:02:17.548 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.548 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 15:02:17.550 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.550 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.550 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.550 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.551 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 15:02:17.551 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.551 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.551 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 15:02:17.616 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 15:02:17.620 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:17.620 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 15:02:17.624 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:17.624 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...15:02:17.624 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.624 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.624 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 15:02:17.624 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.624 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.624 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 15:02:17.626 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 15:02:17.628 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:17.628 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 15:02:17.630 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.630 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.630 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.630 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.631 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 15:02:17.631 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.631 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.631 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 15:02:17.633 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 15:02:17.637 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:17.637 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 15:02:17.640 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.640 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:17.640 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.640 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.641 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 15:02:17.641 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.642 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.642 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 15:02:17.644 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 15:02:17.724 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 15:02:17.724 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 15:02:17.753 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 15:02:17.753 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml. 0s112ms [pure insertion] marking any relevant derived attributes for update...15:02:17.753 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.753 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 15:02:17.754 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.813 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.814 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 15:02:17.816 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 15:02:17.827 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 15:02:17.827 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 15:02:17.838 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 15:02:17.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml. 0s84ms [pure insertion] marking any relevant derived attributes for update...15:02:17.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.839 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 15:02:17.839 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.839 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.839 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 15:02:17.841 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 15:02:17.843 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.843 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 15:02:17.845 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.845 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:17.845 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.845 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.845 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 15:02:17.845 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.846 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.846 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 15:02:17.847 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 15:02:17.850 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.850 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 15:02:17.852 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:17.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 15:02:17.852 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.852 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 15:02:17.855 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 15:02:17.858 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:17.858 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 15:02:17.859 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:17.859 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:17.859 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:17.859 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:17.860 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 15:02:17.860 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:17.860 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:17.860 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 15:02:17.914 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 15:02:17.938 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 15:02:17.938 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 15:02:18.022 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 15:02:18.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml. 0s162ms [pure insertion] marking any relevant derived attributes for update...15:02:18.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.023 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 15:02:18.023 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.023 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.023 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 15:02:18.026 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 15:02:18.049 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 15:02:18.049 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 15:02:18.144 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 15:02:18.144 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml. 0s121ms [pure insertion] marking any relevant derived attributes for update...15:02:18.144 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.144 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 15:02:18.145 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.145 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 15:02:18.148 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 15:02:18.152 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.152 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 15:02:18.154 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.154 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:18.154 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.154 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.154 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 15:02:18.154 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.154 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.154 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 15:02:18.156 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 15:02:18.158 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:18.159 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 15:02:18.217 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.217 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...15:02:18.217 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.217 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.217 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 15:02:18.217 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.217 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.217 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 15:02:18.219 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 15:02:18.222 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.222 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 15:02:18.223 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.223 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.223 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.223 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.224 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 15:02:18.224 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.224 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.224 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 15:02:18.226 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 15:02:18.228 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.228 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 15:02:18.230 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.230 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.231 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 15:02:18.231 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.231 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.231 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 15:02:18.233 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 15:02:18.236 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.236 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 15:02:18.238 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.238 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:18.238 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.238 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.239 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 15:02:18.239 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.239 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.239 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 15:02:18.240 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 15:02:18.242 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.242 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 15:02:18.244 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:18.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.244 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.245 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 15:02:18.245 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.245 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.245 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 15:02:18.247 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 15:02:18.251 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.251 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 15:02:18.317 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.317 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...15:02:18.317 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.317 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.318 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 15:02:18.318 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.318 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.318 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 15:02:18.321 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 15:02:18.324 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 15:02:18.324 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 15:02:18.326 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.326 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:18.326 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.326 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.326 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 15:02:18.326 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.326 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.326 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 15:02:18.328 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 15:02:18.340 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 15:02:18.340 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 15:02:18.352 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 15:02:18.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml. 0s26ms [pure insertion] marking any relevant derived attributes for update...15:02:18.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 15:02:18.352 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.352 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 15:02:18.354 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 15:02:18.415 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.415 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 15:02:18.418 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.418 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...15:02:18.418 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.418 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.419 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 15:02:18.419 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.419 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.419 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 15:02:18.421 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 15:02:18.423 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.423 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 15:02:18.425 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.425 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.425 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.425 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.426 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 15:02:18.426 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.426 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.426 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 15:02:18.428 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 15:02:18.430 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.430 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 15:02:18.432 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.432 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:18.432 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.432 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.432 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 15:02:18.432 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.432 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.432 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 15:02:18.434 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 15:02:18.439 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:18.439 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 15:02:18.444 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:18.444 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:18.444 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.444 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.444 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 15:02:18.444 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.444 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.444 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 15:02:18.446 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 15:02:18.448 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.448 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 15:02:18.450 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.451 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 15:02:18.451 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.451 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.451 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 15:02:18.453 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 15:02:18.517 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 15:02:18.517 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 15:02:18.523 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:18.523 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...15:02:18.523 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.523 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.523 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 15:02:18.523 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.524 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.524 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 15:02:18.525 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 15:02:18.529 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:18.529 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 15:02:18.533 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:18.533 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:18.533 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.533 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.534 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 15:02:18.534 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.534 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.534 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 15:02:18.536 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 15:02:18.539 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.539 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 15:02:18.541 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.541 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:18.541 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.541 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.542 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 15:02:18.542 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.542 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.542 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 15:02:18.543 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 15:02:18.546 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.546 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 15:02:18.547 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.548 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.548 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.548 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.548 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 15:02:18.548 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.548 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.548 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 15:02:18.550 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 15:02:18.555 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:18.555 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 15:02:18.558 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:18.558 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:18.558 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.558 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.558 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 15:02:18.558 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.559 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.559 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 15:02:18.615 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 15:02:18.623 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 15:02:18.623 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 15:02:18.629 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:18.629 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...15:02:18.629 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.629 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.629 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 15:02:18.629 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.629 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.629 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 15:02:18.631 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 15:02:18.637 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:18.637 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 15:02:18.640 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:18.640 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...15:02:18.640 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.640 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.641 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 15:02:18.641 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.641 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.641 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 15:02:18.643 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 15:02:18.645 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.645 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 15:02:18.647 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.647 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.647 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.647 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.647 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 15:02:18.647 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.647 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.647 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 15:02:18.649 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 15:02:18.719 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 15:02:18.719 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 15:02:18.726 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:18.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...15:02:18.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 15:02:18.726 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.726 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 15:02:18.728 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 15:02:18.732 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.732 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 15:02:18.734 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.734 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:18.734 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.734 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.734 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 15:02:18.735 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.735 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.735 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 15:02:18.736 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 15:02:18.738 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.738 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 15:02:18.740 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.740 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.740 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.740 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.741 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 15:02:18.741 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.741 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.741 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 15:02:18.743 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 15:02:18.749 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 15:02:18.749 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 15:02:18.756 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:18.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...15:02:18.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 15:02:18.756 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.756 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 15:02:18.758 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 15:02:18.816 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.816 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 15:02:18.818 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...15:02:18.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 15:02:18.818 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.818 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 15:02:18.820 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 15:02:18.823 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.823 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 15:02:18.824 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.824 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.824 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:18.825 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:18.825 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 15:02:18.825 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.825 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.825 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 15:02:18.829 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 15:02:18.831 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.831 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 15:02:18.838 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...15:02:18.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 15:02:18.838 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.838 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.838 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 15:02:18.840 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 15:02:18.842 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.842 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 15:02:18.844 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.844 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.844 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.844 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.844 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 15:02:18.844 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.845 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.845 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 15:02:18.846 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 15:02:18.849 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.849 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 15:02:18.851 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.851 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:18.851 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.851 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.851 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 15:02:18.851 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.851 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.851 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 15:02:18.853 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 15:02:18.857 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.857 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 15:02:18.916 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.916 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...15:02:18.916 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.916 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.916 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 15:02:18.916 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.916 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.916 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 15:02:18.918 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 15:02:18.920 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.920 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 15:02:18.922 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 15:02:18.922 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.922 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 15:02:18.924 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 15:02:18.929 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:18.930 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 15:02:18.934 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:18.934 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:18.934 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.934 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.935 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 15:02:18.935 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.935 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.935 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 15:02:18.937 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 15:02:18.939 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:18.939 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 15:02:18.941 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:18.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 15:02:18.941 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.941 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 15:02:18.943 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 15:02:18.945 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:18.946 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 15:02:18.948 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:18.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 15:02:18.948 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.948 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.948 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 15:02:18.950 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 15:02:18.954 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:18.954 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 15:02:18.956 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:18.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:18.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:18.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:18.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 15:02:18.956 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:18.956 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:18.956 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 15:02:18.958 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 15:02:19.015 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.015 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 15:02:19.017 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.017 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...15:02:19.017 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.017 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.018 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 15:02:19.018 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.018 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.018 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 15:02:19.020 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 15:02:19.022 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.022 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 15:02:19.024 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.024 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:19.024 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:19.025 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:19.025 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 15:02:19.025 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.025 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.025 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 15:02:19.027 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 15:02:19.119 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 15:02:19.119 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 15:02:19.151 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 15:02:19.151 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml. 0s126ms [pure insertion] marking any relevant derived attributes for update...15:02:19.151 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.151 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.151 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 15:02:19.151 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.151 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.151 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 15:02:19.153 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 15:02:19.157 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:19.157 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 15:02:19.216 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:19.216 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...15:02:19.216 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.216 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.217 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 15:02:19.217 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.217 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.217 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 15:02:19.219 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 15:02:19.221 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.221 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 15:02:19.225 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.225 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:19.225 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.225 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.226 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 15:02:19.226 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.226 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.226 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 15:02:19.228 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 15:02:19.240 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 15:02:19.240 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 15:02:19.252 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 15:02:19.252 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml. 0s26ms [pure insertion] marking any relevant derived attributes for update...15:02:19.252 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.252 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.252 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 15:02:19.252 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.252 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.252 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 15:02:19.254 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 15:02:19.315 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:19.315 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 15:02:19.317 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.317 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...15:02:19.317 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.317 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.318 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 15:02:19.318 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.318 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.318 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 15:02:19.321 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 15:02:19.323 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.323 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 15:02:19.325 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.325 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:19.325 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.325 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.325 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 15:02:19.325 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.325 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.325 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 15:02:19.327 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 15:02:19.329 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.329 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 15:02:19.331 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.331 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:19.331 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.331 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.332 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 15:02:19.332 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.332 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.332 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 15:02:19.333 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 15:02:19.336 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:19.336 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 15:02:19.338 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.338 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:19.338 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.338 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.339 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 15:02:19.339 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.339 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.339 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 15:02:19.341 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 15:02:19.346 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:19.346 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 15:02:19.349 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:19.350 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...15:02:19.350 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.350 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.350 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 15:02:19.350 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.350 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.350 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 15:02:19.352 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 15:02:19.354 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.354 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 15:02:19.356 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.356 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:19.356 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.356 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.356 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 15:02:19.357 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.357 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.357 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 15:02:19.415 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 15:02:19.421 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:19.421 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 15:02:19.424 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:19.424 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...15:02:19.424 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.424 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.425 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 15:02:19.425 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.425 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.425 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 15:02:19.427 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 15:02:19.450 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 15:02:19.450 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 15:02:19.529 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 15:02:19.529 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml. 0s104ms [pure insertion] marking any relevant derived attributes for update...15:02:19.529 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.529 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.530 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 15:02:19.530 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.530 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.530 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 15:02:19.532 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 15:02:19.538 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:19.539 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 15:02:19.542 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:19.542 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:19.542 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.542 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.542 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 15:02:19.542 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.542 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.542 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 15:02:19.544 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 15:02:19.547 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.547 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 15:02:19.549 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.549 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:19.549 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.549 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.550 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 15:02:19.550 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.550 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.550 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 15:02:19.552 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 15:02:19.554 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.554 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 15:02:19.614 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.614 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...15:02:19.614 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.614 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.615 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 15:02:19.615 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.615 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.615 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 15:02:19.617 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 15:02:19.619 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.619 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 15:02:19.621 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.621 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:19.621 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.621 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.622 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 15:02:19.622 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.622 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.622 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 15:02:19.624 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 15:02:19.626 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.626 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 15:02:19.634 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.634 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:19.634 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.634 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 15:02:19.635 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.635 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 15:02:19.638 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 15:02:19.642 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.642 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 15:02:19.645 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.645 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:19.645 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.645 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.646 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 15:02:19.646 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.646 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.646 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 15:02:19.648 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 15:02:19.654 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 15:02:19.654 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 15:02:19.659 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:19.660 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...15:02:19.660 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.660 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.660 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 15:02:19.660 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.660 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.660 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 15:02:19.662 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 15:02:19.715 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.715 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 15:02:19.717 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml. 0s57ms [pure insertion] marking any relevant derived attributes for update...15:02:19.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 15:02:19.717 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.717 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 15:02:19.720 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 15:02:19.723 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.723 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 15:02:19.725 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:19.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 15:02:19.725 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.725 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 15:02:19.727 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 15:02:19.730 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.730 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 15:02:19.732 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.732 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:19.732 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.732 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.733 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 15:02:19.733 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.733 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.733 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 15:02:19.735 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 15:02:19.738 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.738 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 15:02:19.744 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.745 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:19.745 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.745 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.745 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 15:02:19.745 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.745 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.745 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 15:02:19.747 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 15:02:19.749 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.749 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 15:02:19.751 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:19.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 15:02:19.751 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.751 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 15:02:19.753 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 15:02:19.755 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.756 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 15:02:19.815 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.815 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...15:02:19.815 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.815 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.816 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 15:02:19.816 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.816 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.816 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 15:02:19.819 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 15:02:19.823 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:19.823 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 15:02:19.827 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:19.827 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...15:02:19.827 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.827 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.828 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 15:02:19.828 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.828 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.828 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 15:02:19.829 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 15:02:19.832 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.832 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 15:02:19.834 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:19.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 15:02:19.834 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.834 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 15:02:19.836 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 15:02:19.838 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.838 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 15:02:19.842 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:19.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.843 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 15:02:19.843 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.843 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.843 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 15:02:19.845 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 15:02:19.849 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:19.849 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 15:02:19.852 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:19.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:19.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 15:02:19.852 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.853 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.853 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 15:02:19.854 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 15:02:19.857 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.857 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 15:02:19.859 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.859 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:19.859 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.859 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.859 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 15:02:19.859 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.860 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.860 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 15:02:19.914 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 15:02:19.917 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.917 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 15:02:19.919 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.920 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...15:02:19.920 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.920 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.920 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 15:02:19.920 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.920 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.920 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 15:02:19.922 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 15:02:19.924 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:19.924 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 15:02:19.926 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:19.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 15:02:19.926 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.926 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.926 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 15:02:19.928 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 15:02:19.931 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.931 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 15:02:19.933 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:19.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:19.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:19.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 15:02:19.933 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.933 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.933 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 15:02:19.936 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 15:02:19.939 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:19.939 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 15:02:19.940 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:19.940 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:19.940 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:19.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:19.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 15:02:19.941 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:19.941 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:19.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 15:02:19.943 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 15:02:20.023 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 15:02:20.023 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 15:02:20.049 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 15:02:20.049 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml. 0s108ms [pure insertion] marking any relevant derived attributes for update...15:02:20.049 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.049 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.050 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 15:02:20.050 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.050 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.050 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 15:02:20.052 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 15:02:20.116 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:20.116 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 15:02:20.118 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.118 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...15:02:20.118 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.118 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 15:02:20.119 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.119 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 15:02:20.121 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 15:02:20.126 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 15:02:20.127 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 15:02:20.132 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:20.132 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...15:02:20.132 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.132 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.132 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 15:02:20.132 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.133 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.133 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 15:02:20.135 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 15:02:20.142 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:20.142 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 15:02:20.145 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:20.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...15:02:20.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 15:02:20.145 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.145 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 15:02:20.147 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 15:02:20.150 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.150 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 15:02:20.152 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.152 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:20.152 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.152 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.152 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 15:02:20.152 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.152 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.152 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 15:02:20.154 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 15:02:20.216 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.216 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 15:02:20.220 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.220 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...15:02:20.220 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.220 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.220 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 15:02:20.220 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.220 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.220 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 15:02:20.222 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 15:02:20.225 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.225 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 15:02:20.226 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.226 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:20.226 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:20.227 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:20.227 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 15:02:20.227 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.227 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.227 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 15:02:20.229 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 15:02:20.232 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.232 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 15:02:20.234 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.234 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:20.234 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.234 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.235 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 15:02:20.235 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.235 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.235 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 15:02:20.237 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 15:02:20.245 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 15:02:20.245 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 15:02:20.250 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:20.250 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...15:02:20.250 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.250 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.250 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (2 sec, 5 sec total) 15:02:20.251 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 15:02:20.251 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.251 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.251 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 15:02:20.314 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 15:02:20.316 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.316 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 15:02:20.318 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.318 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...15:02:20.318 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.319 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.319 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 15:02:20.319 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.319 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.319 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 15:02:20.321 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 15:02:20.325 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.325 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 15:02:20.327 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.327 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:20.327 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.327 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.327 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 15:02:20.327 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.327 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.327 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 15:02:20.329 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 15:02:20.349 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.349 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 15:02:20.351 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.351 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml. 0s24ms [pure insertion] marking any relevant derived attributes for update...15:02:20.351 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.351 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 15:02:20.352 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.352 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 15:02:20.354 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 15:02:20.417 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:20.417 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 15:02:20.422 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:20.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...15:02:20.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 15:02:20.422 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.422 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.422 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 15:02:20.424 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 15:02:20.426 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.426 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 15:02:20.428 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.428 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:20.428 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.428 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.428 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 15:02:20.428 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.428 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.428 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 15:02:20.430 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 15:02:20.434 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.434 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 15:02:20.435 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.435 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:20.435 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.436 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.436 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 15:02:20.436 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.436 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.436 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 15:02:20.438 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 15:02:20.444 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:20.444 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 15:02:20.447 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:20.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...15:02:20.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 15:02:20.447 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.447 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.447 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 15:02:20.449 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 15:02:20.452 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:20.452 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 15:02:20.455 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.455 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:20.455 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.455 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.455 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 15:02:20.455 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.455 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.455 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 15:02:20.457 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 15:02:20.517 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:20.517 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 15:02:20.521 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:20.521 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...15:02:20.521 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.521 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.521 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 15:02:20.521 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.521 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.521 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 15:02:20.523 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 15:02:20.525 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.525 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 15:02:20.527 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.527 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:20.527 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.527 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.527 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 15:02:20.527 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.527 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.527 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 15:02:20.529 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 15:02:20.539 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 15:02:20.539 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 15:02:20.545 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:20.545 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...15:02:20.545 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.545 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.546 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 15:02:20.546 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.546 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.546 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 15:02:20.548 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 15:02:20.550 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.550 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 15:02:20.554 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:20.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 15:02:20.555 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.556 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.556 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 15:02:20.558 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 15:02:20.615 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:20.615 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 15:02:20.617 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.617 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...15:02:20.617 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.617 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.617 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 15:02:20.617 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.617 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.617 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 15:02:20.619 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 15:02:20.622 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.622 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 15:02:20.623 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.623 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:20.623 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.623 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.624 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 15:02:20.624 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.624 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.624 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 15:02:20.626 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 15:02:20.630 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:20.630 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 15:02:20.635 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:20.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...15:02:20.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 15:02:20.635 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.635 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 15:02:20.637 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 15:02:20.639 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.639 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 15:02:20.641 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.641 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:20.641 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.641 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.641 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 15:02:20.641 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.642 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.642 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 15:02:20.643 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 15:02:20.646 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.646 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 15:02:20.648 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.648 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:20.648 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.648 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.648 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 15:02:20.648 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.648 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.648 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 15:02:20.650 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 15:02:20.657 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:20.657 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 15:02:20.717 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:20.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...15:02:20.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 15:02:20.717 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.717 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.717 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 15:02:20.719 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 15:02:20.721 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:20.721 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 15:02:20.723 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.723 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:20.723 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.723 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.724 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 15:02:20.724 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.724 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.724 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 15:02:20.725 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 15:02:20.728 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.728 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 15:02:20.731 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.731 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:20.731 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.731 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.731 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 15:02:20.731 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.731 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.731 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 15:02:20.733 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 15:02:20.736 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.736 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 15:02:20.738 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.738 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:20.738 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.738 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.738 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 15:02:20.738 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.738 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.738 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 15:02:20.740 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 15:02:20.749 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 15:02:20.749 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 15:02:20.756 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:20.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...15:02:20.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 15:02:20.756 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.756 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.756 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 15:02:20.758 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 15:02:20.815 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.815 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 15:02:20.817 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.817 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...15:02:20.817 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.817 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.817 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 15:02:20.817 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.817 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.817 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 15:02:20.819 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 15:02:20.822 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:20.822 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 15:02:20.823 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.823 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:20.823 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:20.824 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:20.824 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 15:02:20.824 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.824 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.824 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 15:02:20.826 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 15:02:20.834 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 15:02:20.834 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 15:02:20.839 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:20.839 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...15:02:20.839 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.839 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.839 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 15:02:20.839 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.839 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.839 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 15:02:20.841 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 15:02:20.845 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:20.845 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 15:02:20.847 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:20.847 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:20.847 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:20.847 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:20.848 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 15:02:20.848 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:20.848 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:20.848 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 15:02:20.851 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 15:02:20.937 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 15:02:20.937 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 15:02:21.026 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 15:02:21.026 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml. 0s178ms [pure insertion] marking any relevant derived attributes for update...15:02:21.026 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.026 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.026 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 15:02:21.026 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.026 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.026 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 15:02:21.028 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 15:02:21.031 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.031 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 15:02:21.033 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.033 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.033 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.033 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.034 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 15:02:21.034 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.034 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.034 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 15:02:21.036 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 15:02:21.038 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.038 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 15:02:21.041 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.041 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.041 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.041 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.042 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 15:02:21.042 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.042 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.042 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 15:02:21.044 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 15:02:21.048 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:21.048 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 15:02:21.052 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:21.052 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:21.052 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.052 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.052 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 15:02:21.052 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.052 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.052 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 15:02:21.054 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 15:02:21.117 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.117 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 15:02:21.119 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...15:02:21.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 15:02:21.119 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.119 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.119 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 15:02:21.121 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 15:02:21.125 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:21.125 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 15:02:21.126 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.126 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.126 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.126 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.127 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 15:02:21.127 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.127 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.127 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 15:02:21.128 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 15:02:21.132 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:21.132 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 15:02:21.134 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.134 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.134 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.134 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.134 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 15:02:21.134 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.135 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.135 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 15:02:21.137 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 15:02:21.139 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.139 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 15:02:21.142 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.142 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:21.142 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.142 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.143 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 15:02:21.143 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.143 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.143 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 15:02:21.145 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 15:02:21.147 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.147 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 15:02:21.149 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.149 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:21.149 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.149 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.149 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 15:02:21.149 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.149 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.149 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 15:02:21.155 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 15:02:21.157 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.157 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 15:02:21.159 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.159 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:21.159 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.159 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.159 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 15:02:21.159 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.159 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.159 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 15:02:21.215 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 15:02:21.218 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.218 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 15:02:21.220 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.220 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...15:02:21.220 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:21.221 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:21.221 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 15:02:21.222 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.223 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.223 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 15:02:21.225 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 15:02:21.316 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 15:02:21.316 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 15:02:21.346 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 15:02:21.346 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml. 0s125ms [pure insertion] marking any relevant derived attributes for update...15:02:21.346 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.346 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.347 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 15:02:21.347 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.347 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.347 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 15:02:21.349 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 15:02:21.351 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.352 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 15:02:21.353 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.353 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:21.353 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.353 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.354 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 15:02:21.354 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.354 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.354 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 15:02:21.356 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 15:02:21.416 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.416 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 15:02:21.418 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.418 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...15:02:21.418 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.418 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.419 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 15:02:21.419 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.419 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.419 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 15:02:21.421 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 15:02:21.428 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 15:02:21.428 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 15:02:21.434 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:21.434 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...15:02:21.434 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.434 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.434 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 15:02:21.434 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.434 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.434 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 15:02:21.436 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 15:02:21.440 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.440 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 15:02:21.442 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.442 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:21.442 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.442 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.442 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 15:02:21.442 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.442 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.442 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 15:02:21.444 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 15:02:21.454 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 15:02:21.454 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 15:02:21.521 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 15:02:21.521 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...15:02:21.521 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.521 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.522 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 15:02:21.522 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.522 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.522 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 15:02:21.524 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 15:02:21.528 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:21.528 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 15:02:21.532 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:21.532 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:21.532 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.532 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.533 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 15:02:21.533 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.533 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.533 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 15:02:21.536 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 15:02:21.538 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.538 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 15:02:21.540 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.540 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.540 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.540 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.540 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 15:02:21.540 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.540 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.541 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 15:02:21.542 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 15:02:21.545 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.545 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 15:02:21.547 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.547 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.547 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.547 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.547 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 15:02:21.547 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.547 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.547 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 15:02:21.549 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 15:02:21.552 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.552 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 15:02:21.615 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.615 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...15:02:21.615 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.615 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.615 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 15:02:21.615 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.615 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.615 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 15:02:21.617 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 15:02:21.619 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.619 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 15:02:21.621 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.621 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:21.621 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.621 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.621 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 15:02:21.621 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.621 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.621 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 15:02:21.623 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 15:02:21.626 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.626 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 15:02:21.628 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.628 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.628 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.628 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.628 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 15:02:21.628 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.629 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.629 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 15:02:21.630 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 15:02:21.633 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:21.633 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 15:02:21.635 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.635 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.636 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 15:02:21.636 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.637 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.637 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 15:02:21.639 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 15:02:21.641 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.641 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 15:02:21.643 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.643 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.643 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.643 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.643 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 15:02:21.643 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.643 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.644 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 15:02:21.645 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 15:02:21.648 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:21.648 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 15:02:21.650 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.650 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.650 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.650 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.650 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 15:02:21.650 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.650 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.650 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 15:02:21.652 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 15:02:21.714 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:21.715 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 15:02:21.719 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:21.719 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...15:02:21.719 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.719 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.720 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 15:02:21.720 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.720 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.720 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 15:02:21.722 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 15:02:21.724 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.724 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 15:02:21.726 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:21.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 15:02:21.726 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.726 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 15:02:21.729 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 15:02:21.739 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 15:02:21.739 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 15:02:21.746 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:21.747 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...15:02:21.747 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.747 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.747 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 15:02:21.747 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.747 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.747 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 15:02:21.749 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 15:02:21.752 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.752 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 15:02:21.754 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 15:02:21.754 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.754 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 15:02:21.814 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 15:02:21.816 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.816 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 15:02:21.819 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.819 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...15:02:21.819 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.819 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 15:02:21.820 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.820 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.820 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 15:02:21.822 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 15:02:21.824 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.824 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 15:02:21.825 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.825 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:21.826 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.826 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.826 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 15:02:21.826 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.826 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.826 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 15:02:21.828 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 15:02:21.831 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.831 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 15:02:21.833 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.833 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:21.833 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.833 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 15:02:21.834 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.834 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 15:02:21.836 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 15:02:21.840 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.840 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 15:02:21.842 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:21.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:21.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 15:02:21.842 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.842 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 15:02:21.844 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 15:02:21.917 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 15:02:21.917 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 15:02:21.930 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 15:02:21.930 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml. 0s88ms [pure insertion] marking any relevant derived attributes for update...15:02:21.930 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.931 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.931 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 15:02:21.931 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.931 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.931 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 15:02:21.933 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 15:02:21.940 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 15:02:21.940 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 15:02:21.946 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:21.946 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...15:02:21.946 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:21.946 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:21.946 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 15:02:21.946 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:21.946 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:21.946 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 15:02:21.948 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 15:02:21.951 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:21.951 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 15:02:22.014 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.014 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...15:02:22.014 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.014 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.014 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 15:02:22.014 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.015 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.015 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 15:02:22.017 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 15:02:22.020 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.020 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 15:02:22.021 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.021 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:22.021 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.021 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 15:02:22.022 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.022 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.022 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 15:02:22.024 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 15:02:22.028 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:22.028 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 15:02:22.032 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:22.032 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:22.032 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.032 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.032 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 15:02:22.032 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.033 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.033 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 15:02:22.034 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 15:02:22.038 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.038 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 15:02:22.040 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.040 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:22.040 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.040 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.040 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 15:02:22.040 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.040 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.040 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 15:02:22.042 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 15:02:22.044 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.044 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 15:02:22.046 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.046 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:22.046 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.046 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.047 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 15:02:22.047 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.047 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.047 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 15:02:22.049 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 15:02:22.051 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.051 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 15:02:22.053 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.053 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:22.053 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.053 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.054 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 15:02:22.054 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.054 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.054 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 15:02:22.115 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 15:02:22.123 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 15:02:22.123 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 15:02:22.130 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:22.130 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml. 0s76ms [pure insertion] marking any relevant derived attributes for update...15:02:22.130 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.130 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.131 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 15:02:22.131 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.131 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.131 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 15:02:22.133 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 15:02:22.140 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 15:02:22.140 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 15:02:22.145 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:22.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...15:02:22.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.145 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.146 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 15:02:22.146 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.146 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.146 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 15:02:22.148 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 15:02:22.153 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:22.153 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 15:02:22.156 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.156 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:22.156 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.156 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.156 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 15:02:22.156 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.156 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.156 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 15:02:22.214 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 15:02:22.216 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.216 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 15:02:22.218 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.218 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...15:02:22.218 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.218 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.219 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 15:02:22.219 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.219 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.219 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 15:02:22.221 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 15:02:22.225 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:22.225 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 15:02:22.229 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:22.229 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:22.229 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.229 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.229 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 15:02:22.229 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.229 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.229 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 15:02:22.231 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 15:02:22.235 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.235 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 15:02:22.237 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:22.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 15:02:22.237 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.237 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.237 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 15:02:22.239 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 15:02:22.326 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 15:02:22.326 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 15:02:22.415 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 15:02:22.415 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml. 0s178ms [pure insertion] marking any relevant derived attributes for update...15:02:22.415 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.415 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.415 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 15:02:22.415 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.415 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.415 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 15:02:22.417 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 15:02:22.420 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.420 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 15:02:22.423 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.423 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:22.423 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.423 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.423 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 15:02:22.423 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.424 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.424 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 15:02:22.426 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 15:02:22.560 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 15:02:22.560 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 15:02:22.719 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 15:02:22.719 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml. 0s296ms [pure insertion] marking any relevant derived attributes for update...15:02:22.719 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.719 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.719 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 15:02:22.719 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.719 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.720 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 15:02:22.721 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 15:02:22.723 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.723 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 15:02:22.725 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:22.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.725 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 15:02:22.726 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.726 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.726 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 15:02:22.728 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 15:02:22.732 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:22.732 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 15:02:22.737 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:22.737 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...15:02:22.737 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.737 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.738 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 15:02:22.738 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.738 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.738 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 15:02:22.739 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 15:02:22.742 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.742 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 15:02:22.744 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.744 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:22.744 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.744 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.744 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 15:02:22.744 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.744 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.744 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 15:02:22.746 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 15:02:22.749 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.749 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 15:02:22.751 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:22.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 15:02:22.751 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.751 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 15:02:22.753 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 15:02:22.816 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.816 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 15:02:22.817 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.817 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...15:02:22.817 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:22.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:22.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 15:02:22.818 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.818 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.818 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 15:02:22.820 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 15:02:22.823 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:22.824 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 15:02:22.826 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.826 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:22.826 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.826 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.826 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 15:02:22.826 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.826 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.826 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 15:02:22.828 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 15:02:22.832 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.832 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 15:02:22.834 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:22.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 15:02:22.834 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.834 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.834 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 15:02:22.837 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 15:02:22.840 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 15:02:22.840 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 15:02:22.842 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:22.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.842 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.843 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 15:02:22.843 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.843 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.843 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 15:02:22.845 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 15:02:22.853 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 15:02:22.853 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 15:02:22.922 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:22.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...15:02:22.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 15:02:22.922 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.922 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.922 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 15:02:22.924 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 15:02:22.926 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:22.926 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 15:02:22.928 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:22.928 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:22.928 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.928 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.929 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 15:02:22.929 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.929 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.929 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 15:02:22.931 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 15:02:22.936 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:22.936 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 15:02:22.941 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:22.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...15:02:22.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 15:02:22.941 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.941 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.941 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 15:02:22.943 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 15:02:22.947 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:22.947 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 15:02:22.951 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:22.951 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:22.951 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:22.951 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:22.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 15:02:22.952 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:22.952 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:22.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 15:02:23.014 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 15:02:23.028 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 15:02:23.028 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 15:02:23.041 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 15:02:23.041 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml. 0s89ms [pure insertion] marking any relevant derived attributes for update...15:02:23.041 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.041 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.041 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 15:02:23.041 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.041 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.041 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 15:02:23.043 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 15:02:23.046 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.046 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 15:02:23.048 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:23.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 15:02:23.048 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.048 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.048 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 15:02:23.050 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 15:02:23.053 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.053 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 15:02:23.055 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.055 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:23.055 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.055 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.114 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 15:02:23.114 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.114 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.114 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 15:02:23.117 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 15:02:23.119 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.119 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 15:02:23.121 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.121 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:23.121 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.121 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.121 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 15:02:23.121 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.121 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.121 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 15:02:23.124 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 15:02:23.139 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 15:02:23.139 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 15:02:23.153 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 15:02:23.153 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml. 0s32ms [pure insertion] marking any relevant derived attributes for update...15:02:23.153 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.153 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.154 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 15:02:23.154 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.154 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.154 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 15:02:23.156 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 15:02:23.214 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.214 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 15:02:23.216 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.216 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...15:02:23.216 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.216 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.216 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 15:02:23.216 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.217 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.217 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 15:02:23.219 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 15:02:23.228 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 15:02:23.228 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 15:02:23.238 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:23.238 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...15:02:23.238 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.238 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.239 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 15:02:23.239 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.240 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.240 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 15:02:23.242 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 15:02:23.244 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.244 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 15:02:23.246 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.246 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:23.246 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.246 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.246 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 15:02:23.246 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.246 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.246 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 15:02:23.248 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 15:02:23.320 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 15:02:23.320 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 15:02:23.325 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:23.325 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...15:02:23.325 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.325 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.326 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 15:02:23.326 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.326 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.326 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 15:02:23.327 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 15:02:23.336 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 15:02:23.336 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 15:02:23.348 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:23.348 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...15:02:23.348 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.348 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.348 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 15:02:23.348 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.348 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.348 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 15:02:23.350 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 15:02:23.355 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:23.355 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 15:02:23.358 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:23.358 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:23.358 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.358 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.358 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (3 sec, 8 sec total) 15:02:23.359 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 15:02:23.359 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.359 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.359 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 15:02:23.414 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 15:02:23.417 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.417 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 15:02:23.418 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.418 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml. 0s59ms [pure insertion] marking any relevant derived attributes for update...15:02:23.419 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:23.419 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:23.419 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 15:02:23.419 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.419 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.419 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 15:02:23.421 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 15:02:23.424 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.424 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 15:02:23.426 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.426 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:23.426 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.426 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.427 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 15:02:23.427 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.427 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.427 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 15:02:23.429 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 15:02:23.431 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.431 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 15:02:23.433 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.433 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:23.433 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.433 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.433 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 15:02:23.434 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.434 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.434 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 15:02:23.436 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 15:02:23.438 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.438 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 15:02:23.440 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.440 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...15:02:23.440 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.440 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.440 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 15:02:23.440 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.440 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.440 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 15:02:23.443 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 15:02:23.446 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.446 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 15:02:23.448 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.448 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:23.448 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.448 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.448 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 15:02:23.448 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.448 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.448 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 15:02:23.450 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 15:02:23.454 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 15:02:23.454 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 15:02:23.515 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.515 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...15:02:23.515 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.515 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.515 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 15:02:23.515 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.515 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.515 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 15:02:23.517 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 15:02:23.529 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 15:02:23.529 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 15:02:23.538 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 15:02:23.538 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...15:02:23.538 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.538 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.538 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 15:02:23.538 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.538 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.538 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 15:02:23.540 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 15:02:23.543 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.543 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 15:02:23.546 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.546 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:23.546 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.546 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.546 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 15:02:23.546 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:23.546 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:23.546 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 15:02:23.548 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 15:02:23.551 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:23.551 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 15:02:23.552 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:23.552 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:23.552 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:23.552 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:23.552 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 8 sec total) 15:02:23.552 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:23.552 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:23.628 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 15:02:24.955 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 15:02:24.955 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.403s attempting to resolve any uninitialized derived attributes... 15:02:24.955 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:24.955 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:24.955 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:24.955 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s403ms [proxy update] 15:02:24.955 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:24.957 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 309 deleted 0 changed 309 loaded 309 c elems 619 d elems 0 time ~10s validating changes... validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-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/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml validating file UPDATED for /data/fragments/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.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.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/00700680-0000-01f3-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.MetaclassReference/00bc2f68-0000-0faf-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/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/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/33ea7558-fb93-11df-8b5e-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.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/e445c33b-de99-11de-905b-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/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.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/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.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/3edfb381-5d0d-11df-a996-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-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.Profile/051f4291-f151-4147-99c5-fd78221f49e2.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/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.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/679a9417-8f06-4255-a409-1e1f7136e418.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.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/00000000-0000-9c46-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-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/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.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.MetaclassReference/00bc27b8-0000-0e0b-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/770df309-5d0c-11df-a996-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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-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/c0f03827-5d0b-11df-a996-001302895b2b.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/002005c0-0001-0007-0000-000000000000.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/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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-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/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/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.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/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.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/00700680-0000-01d3-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.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-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/68c63e60-70d6-11e0-872f-0027103f347c.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/00140d80-0000-0110-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-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.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.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.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-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/01ec141c-0000-12f7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-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.Stereotype/00bc3ac0-0000-0d9a-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/00700680-0000-01bd-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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.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/554cb8bb-5d0e-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/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml validating file UPDATED for /data/fragments/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-025b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/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/bae91a3b-7009-11e0-a462-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/de38398e-c746-11e1-8624-0027103f347d.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/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/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.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/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.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/01ec12fc-0000-0260-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.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/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.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/01280500-0000-0b37-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/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.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/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-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.Stereotype/00700680-0000-01e7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/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/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.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/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml validating file UPDATED for /data/fragments/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/1b1ba62d-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.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/01ec12fc-0000-0bfd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.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.MetaclassReference/01ec045c-0000-10a1-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/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.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.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.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/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.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/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml changed resource size: 619 relevant graph size: 619 validated changes... true 15:02:26.957 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 12 s 314 ms 15:02:26.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:26.959 [main] INFO org.eclipse.hawk.core.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 15:02:26.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:26.960 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:26.966 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:26.966 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5691900438979106592/test_zoo[LevelDB GreyCat] 15:02:26.966 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:27.046 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:27.047 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.047 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:27.047 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:27.047 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:27.049 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:27.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:27.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:27.049 [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! 15:02:27.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.050 [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 15:02:27.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:27.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7389366083063613553/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:27.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.074 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.076 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.076 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.076 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.076 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.076 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.115 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:27.115 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.039s attempting to resolve any uninitialized derived attributes... 15:02:27.115 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.115 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.116 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.116 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s41ms [proxy update] 15:02:27.117 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.117 [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 15:02:27.117 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 43 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit7389366083063613553/v0-B.2.0.bpmn 15:02:27.118 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.120 [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 15:02:27.120 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit7389366083063613553/v0-B.2.0.bpmn 15:02:27.121 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.123 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:27.123 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:02:27.123 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.123 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.123 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.123 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:02:27.123 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.123 [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 15:02:27.123 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit7389366083063613553/v0-B.2.0.bpmn 15:02:27.123 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:27.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.125 [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 15:02:27.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit7389366083063613553/v0-B.2.0.bpmn 15:02:27.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.128 [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 15:02:27.128 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit7389366083063613553/v0-B.2.0.bpmn 15:02:27.129 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.131 [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 15:02:27.131 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit7389366083063613553/v0-B.2.0.bpmn 15:02:27.132 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.134 [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 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit7389366083063613553/v0-B.2.0.bpmn 15:02:27.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.137 [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 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit7389366083063613553/v0-B.2.0.bpmn 15:02:27.137 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:27.139 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.140 [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 15:02:27.140 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 15:02:27.140 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:27.140 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7389366083063613553/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:27.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.141 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:27.141 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:27.142 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14631275720152819106/test_bpmn[LevelDB GreyCat] 15:02:27.142 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:27.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:27.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:27.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:27.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:27.249 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:27.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:27.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:27.249 [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! 15:02:27.250 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.250 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:27.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:27.250 [pool-158-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 15:02:27.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:27.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:27.258 [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 15:02:27.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:27.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:27.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:27.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:27.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:27.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:27.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:27.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:27.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:27.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:27.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:27.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:27.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:27.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:27.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:27.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:27.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:27.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:27.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:27.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:27.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:27.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:27.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:27.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:27.265 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 15:02:27.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:27.319 [main] INFO org.eclipse.hawk.core.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 15:02:27.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.320 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.322 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.324 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.324 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.325 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 15:02:27.325 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:27.325 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:27.325 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 15:02:27.332 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 15:02:27.335 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:27.336 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 15:02:27.342 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:27.342 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s17ms [pure insertion] marking any relevant derived attributes for update...15:02:27.342 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:27.343 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:27.344 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:27.344 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:27.344 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:27.344 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:27.346 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:27.348 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:27.348 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:27.353 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:27.353 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:27.353 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:27.353 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:27.354 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 15:02:27.354 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:27.354 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:27.354 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 15:02:27.356 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 15:02:27.358 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:27.358 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 15:02:27.419 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:27.419 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s65ms [pure insertion] marking any relevant derived attributes for update...15:02:27.419 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:27.419 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:27.419 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.419 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.420 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 15:02:27.428 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 15:02:27.428 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 15:02:27.428 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.428 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.428 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:27.428 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 15:02:27.428 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.428 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 15:02:27.429 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 109 ms 15:02:27.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:27.436 [main] INFO org.eclipse.hawk.core.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 15:02:27.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.437 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:27.438 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:27.438 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17677592037781318993/test_instanceCountsAllOf[LevelDB GreyCat] 15:02:27.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:27.546 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:27.547 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.547 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:27.547 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:27.547 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:27.549 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:27.549 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:27.549 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:27.549 [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! 15:02:27.549 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.549 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:27.549 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:27.550 [pool-160-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 15:02:27.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:27.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:27.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:27.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:27.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:27.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:27.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:27.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:27.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:27.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:27.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:27.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:27.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:27.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:27.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:27.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:27.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:27.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:27.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:27.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:27.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:27.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:27.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:27.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:27.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:27.561 [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 15:02:27.563 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 15:02:27.563 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:27.622 [main] INFO org.eclipse.hawk.core.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 15:02:27.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.623 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.625 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:27.628 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:27.628 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:27.629 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 15:02:27.629 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:27.629 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:27.629 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 15:02:27.638 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 15:02:27.640 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:27.640 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 15:02:27.649 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:27.649 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s20ms [pure insertion] marking any relevant derived attributes for update...15:02:27.649 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:27.650 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:27.651 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 15:02:27.651 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:27.651 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:27.651 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 15:02:27.654 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 15:02:27.656 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:27.656 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 15:02:27.720 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:27.720 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s69ms [pure insertion] marking any relevant derived attributes for update...15:02:27.720 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:27.720 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:27.721 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:27.721 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:27.721 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:27.721 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:27.724 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:27.727 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:27.727 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:27.735 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:27.735 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...15:02:27.735 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:27.735 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:27.735 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:27.735 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:27.735 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 15:02:27.744 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 15:02:27.744 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 15:02:27.744 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:27.744 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:27.744 [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... 15:02:27.744 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 15:02:27.744 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:27.744 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 15:02:27.745 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 122 ms 15:02:27.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:27.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:27.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.751 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:27.752 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:27.752 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7073340678362505430/test_listFiles[LevelDB GreyCat] 15:02:27.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:27.929 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:27.930 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:27.930 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:27.930 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:27.930 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:27.932 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:27.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:27.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:27.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 15:02:27.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:27.932 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:27.932 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:27.932 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 15:02:27.935 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:27.935 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:27.939 [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 15:02:27.939 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:27.940 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:27.940 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:27.940 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:27.940 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:27.940 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:27.940 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:27.940 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:27.940 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:27.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:27.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:27.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:27.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 15:02:27.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:27.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:27.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 15:02:27.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:27.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:27.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:27.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:27.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:27.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:27.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:27.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:28.049 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 15:02:28.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:28.115 [main] INFO org.eclipse.hawk.core.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 15:02:28.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:28.118 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:28.119 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:28.123 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:28.123 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:28.124 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:28.124 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:28.124 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:28.124 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:28.131 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:28.133 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:28.133 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:28.140 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:28.140 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s16ms [pure insertion] marking any relevant derived attributes for update...15:02:28.140 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:28.141 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:28.141 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 15:02:28.141 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:28.141 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:28.141 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 15:02:28.143 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 15:02:28.145 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:28.145 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 15:02:28.151 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:28.151 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:28.151 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:28.151 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:28.151 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 15:02:28.151 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:28.152 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:28.152 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 15:02:28.154 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 15:02:28.156 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:28.156 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 15:02:28.220 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:28.220 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s69ms [pure insertion] marking any relevant derived attributes for update...15:02:28.220 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:28.220 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:28.220 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:28.220 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:28.220 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 15:02:28.229 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 15:02:28.229 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 15:02:28.229 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:28.229 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:28.229 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:28.229 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 15:02:28.229 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:28.229 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /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 15:02:28.230 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 112 ms 15:02:28.233 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.234 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3049487671331289367/test_instanceCounts[LevelDB GreyCat] 15:02:28.235 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.235 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3049487671331289367/test_instanceCounts[LevelDB GreyCat] 15:02:28.237 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.237 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3049487671331289367/test_instanceCounts[LevelDB GreyCat] 15:02:28.240 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.240 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3049487671331289367/test_instanceCounts[LevelDB GreyCat] 15:02:28.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:28.243 [main] INFO org.eclipse.hawk.core.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 15:02:28.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:28.244 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:28.246 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:28.246 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3049487671331289367/test_instanceCounts[LevelDB GreyCat] 15:02:28.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:28.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:28.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:28.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:28.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:28.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:28.358 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:28.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:28.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:28.358 [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! 15:02:28.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:28.358 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:28.358 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:28.358 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 15:02:28.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:28.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:28.364 [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 15:02:28.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:28.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:28.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:28.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:28.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:28.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:28.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:28.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:28.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:28.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:28.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:28.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:28.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:28.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:28.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:28.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:28.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:28.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 15:02:28.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:28.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 15:02:28.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:28.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:28.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:28.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:28.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 15:02:28.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:28.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:28.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:28.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 15:02:28.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:28.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:28.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:28.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:28.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 15:02:28.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:28.441 [main] INFO org.eclipse.hawk.core.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 15:02:28.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:28.442 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:28.444 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:28.447 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:28.447 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:28.448 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 15:02:28.448 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:28.448 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:28.448 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 15:02:28.454 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 15:02:28.456 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:28.456 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 15:02:28.462 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:28.462 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...15:02:28.462 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:28.463 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:28.464 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:28.464 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:28.464 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:28.464 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:28.514 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:28.516 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:28.516 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:28.521 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:28.521 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s57ms [pure insertion] marking any relevant derived attributes for update...15:02:28.521 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:28.521 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:28.522 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 15:02:28.522 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:28.522 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:28.522 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 15:02:28.524 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 15:02:28.526 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:28.526 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 15:02:28.532 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:28.532 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:28.532 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:28.532 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:28.532 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:28.532 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:28.533 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 15:02:28.541 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 15:02:28.541 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 15:02:28.541 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:28.541 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:28.541 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 15:02:28.541 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 15:02:28.541 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... 15:02:28.541 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 15:02:28.542 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 100 ms 15:02:28.544 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.544 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505914538108526857/test_reverseRefs[LevelDB GreyCat] 15:02:28.548 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.548 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505914538108526857/test_reverseRefs[LevelDB GreyCat] 15:02:28.551 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.551 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505914538108526857/test_reverseRefs[LevelDB GreyCat] 15:02:28.555 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.555 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505914538108526857/test_reverseRefs[LevelDB GreyCat] 15:02:28.615 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.615 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505914538108526857/test_reverseRefs[LevelDB GreyCat] 15:02:28.617 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:28.617 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505914538108526857/test_reverseRefs[LevelDB GreyCat] 15:02:28.620 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:28.620 [main] INFO org.eclipse.hawk.core.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 15:02:28.621 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:28.621 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:28.622 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:28.622 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12505914538108526857/test_reverseRefs[LevelDB GreyCat] 15:02:28.622 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:28.744 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:28.745 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:28.745 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:28.745 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:28.745 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:28.747 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:28.747 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:28.747 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:28.747 [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! 15:02:28.747 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:28.747 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:28.747 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:28.747 [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/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 15:02:28.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:28.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:28.755 [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 15:02:28.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:28.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:28.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:28.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:28.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:28.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:28.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:28.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:28.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:28.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:28.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:28.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:28.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:28.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:28.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:28.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:28.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:28.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:28.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:28.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:28.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:28.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:28.818 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 15:02:28.818 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:28.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:28.918 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:28.918 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:28.919 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:28.924 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:28.924 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:28.925 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 15:02:28.925 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:28.925 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:28.925 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 15:02:28.931 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 15:02:28.934 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:28.934 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 15:02:28.940 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 15:02:28.940 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s16ms [pure insertion] marking any relevant derived attributes for update...15:02:28.941 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:28.942 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:28.942 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 15:02:28.942 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:28.942 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:28.942 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 15:02:28.944 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 15:02:28.946 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:28.946 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 15:02:28.951 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:28.951 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:28.951 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:28.951 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:28.952 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 15:02:28.952 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:28.952 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:28.952 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 15:02:29.014 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 15:02:29.016 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:29.016 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 15:02:29.023 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:29.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s71ms [pure insertion] marking any relevant derived attributes for update...15:02:29.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:29.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:29.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:29.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:29.024 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 15:02:29.032 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 15:02:29.032 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 15:02:29.032 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:29.032 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:29.032 [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... 15:02:29.032 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 15:02:29.033 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:29.033 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 15:02:29.033 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 115 ms 15:02:29.035 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:29.035 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12900983870578912847/test_forwardRefs[LevelDB GreyCat] 15:02:29.039 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:29.039 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12900983870578912847/test_forwardRefs[LevelDB GreyCat] 15:02:29.042 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:29.042 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12900983870578912847/test_forwardRefs[LevelDB GreyCat] 15:02:29.044 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:29.044 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12900983870578912847/test_forwardRefs[LevelDB GreyCat] 15:02:29.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:29.049 [main] INFO org.eclipse.hawk.core.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 15:02:29.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:29.049 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:29.050 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:29.051 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12900983870578912847/test_forwardRefs[LevelDB GreyCat] 15:02:29.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:29.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:29.332 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:29.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:29.333 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:29.333 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:29.335 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:29.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:29.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:29.335 [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! 15:02:29.336 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:29.336 [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 15:02:29.336 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:29.337 [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 15:02:29.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:29.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:29.429 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 15:02:29.429 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 15:02:29.431 [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 15:02:29.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:29.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:29.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:29.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:29.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:29.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:29.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:29.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:29.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:29.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:29.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:29.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:29.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:29.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:29.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:29.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:29.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:29.439 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 15:02:29.440 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 15:02:29.441 [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 15:02:29.441 [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 15:02:29.445 [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 15:02:29.448 [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 15:02:29.455 [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 15:02:29.455 [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 15:02:29.455 [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 15:02:29.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 15:02:29.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:29.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:29.560 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:29.560 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:29.624 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:29.627 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:29.627 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:29.820 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:02:29.820 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:29.820 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:29.820 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:02:29.828 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:02:30.354 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 15:02:30.354 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:02:30.853 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 15:02:30.854 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s34ms [pure insertion] marking any relevant derived attributes for update...15:02:30.854 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s61ms 15:02:30.915 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s61ms 15:02:30.915 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:30.915 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:30.927 [pool-116-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit12529886817026323393/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit12529886817026323393/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) 15:02:30.930 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:30.930 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.015s attempting to resolve any uninitialized derived attributes... 15:02:30.931 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:30.931 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:30.931 [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... 15:02:30.931 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 15:02:30.931 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:30.931 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi 15:02:31.050 [pool-117-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18212682338152056970/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit18212682338152056970/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) 15:02:31.177 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13584653602029424379/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit13584653602029424379/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: 5353 relevant graph size: 5353 validated changes... true 15:02:31.349 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 789 ms 15:02:31.430 [main] INFO org.eclipse.hawk.core.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 15:02:31.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:31.431 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:31.515 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:31.516 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 15:02:31.516 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:31.516 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:31.533 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:31.533 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:31.533 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:31.533 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:31.535 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:32.026 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 15:02:32.026 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:32.146 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 15:02:32.146 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s613ms [pure insertion] marking any relevant derived attributes for update...15:02:32.146 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:32.146 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:32.155 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:32.155 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:32.155 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:32.155 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:32.157 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:32.318 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 15:02:32.318 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:32.339 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 15:02:32.339 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s184ms [pure insertion] marking any relevant derived attributes for update...15:02:32.339 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:32.339 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:32.344 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:32.344 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:32.345 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:32.345 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:32.346 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:32.347 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:32.347 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:32.349 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:32.349 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:32.349 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:32.349 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:32.354 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:32.354 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:32.355 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:32.355 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:32.414 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:32.416 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:32.416 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:32.416 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:32.416 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s62ms [pure insertion] marking any relevant derived attributes for update...15:02:32.416 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:32.416 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:32.421 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:32.421 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:32.421 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:32.421 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:32.423 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:32.424 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:32.424 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:32.426 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:32.426 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:32.426 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:32.426 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:32.430 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:32.430 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:32.430 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:32.430 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:32.432 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:32.433 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:32.433 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:32.435 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:32.435 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:32.435 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:32.435 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:32.439 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:32.439 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:32.439 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:32.439 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:32.441 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:32.443 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:32.443 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:32.443 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:32.443 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:32.443 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:32.443 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:32.447 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:32.447 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:32.447 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:32.447 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:32.449 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:32.449 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:32.449 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:32.452 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:32.452 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:32.452 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:32.453 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:32.529 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:32.529 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:32.529 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:32.529 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:32.531 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:32.943 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 15:02:32.943 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:33.337 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 15:02:33.337 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s808ms [pure insertion] marking any relevant derived attributes for update...15:02:33.337 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:33.337 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:33.342 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:33.342 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:33.342 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:33.342 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:33.344 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:33.346 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:33.346 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:33.522 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:33.522 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s180ms [pure insertion] marking any relevant derived attributes for update...15:02:33.522 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:33.522 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:33.528 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:02:33.528 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:33.528 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:33.528 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:02:33.531 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:02:33.534 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 15:02:33.534 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:02:33.542 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:33.542 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...15:02:33.542 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:33.542 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:33.542 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:33.542 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:33.617 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 15:02:33.862 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 15:02:33.862 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.32s attempting to resolve any uninitialized derived attributes... 15:02:33.862 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:33.862 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:33.862 [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... 15:02:33.862 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s321ms [proxy update] 15:02:33.863 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~2s validating changes... 15:02:33.863 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.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/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/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/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/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 15:02:34.525 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 94 ms 15:02:34.525 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8540744977424541249/test_allContents[LevelDB GreyCat] 15:02:34.527 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8540744977424541249/test_allContents[LevelDB GreyCat] 15:02:34.544 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8540744977424541249/test_allContents[LevelDB GreyCat] 15:02:34.545 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8540744977424541249/test_allContents[LevelDB GreyCat] 15:02:34.547 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8540744977424541249/test_allContents[LevelDB GreyCat] 15:02:34.638 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8540744977424541249/test_allContents[LevelDB GreyCat] 15:02:34.639 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8540744977424541249/test_allContents[LevelDB GreyCat] 15:02:34.640 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:34.640 [main] INFO org.eclipse.hawk.core.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 15:02:34.642 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:34.642 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:34.645 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:34.649 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8540744977424541249/test_allContents[LevelDB GreyCat] 15:02:34.649 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:34.754 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:34.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:34.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:34.755 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:34.755 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:34.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:34.757 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:34.757 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:34.757 [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! 15:02:34.757 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:34.757 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:34.757 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:34.757 [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 15:02:34.823 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:34.823 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:34.831 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 15:02:34.833 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 15:02:34.862 [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 15:02:34.863 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 15:02:34.863 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 15:02:34.863 [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 15:02:34.918 [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 15:02:34.919 [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 15:02:34.920 [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 15:02:34.925 [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 15:02:34.925 [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 15:02:34.925 [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 15:02:34.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:34.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:34.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:34.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:34.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:34.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:34.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:34.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:34.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:34.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:34.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:34.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:34.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:34.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:34.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:34.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:34.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:34.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:34.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:34.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:34.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:34.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:34.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:34.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:34.939 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 15:02:34.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:34.962 [main] INFO org.eclipse.hawk.core.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 15:02:35.014 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:35.015 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:35.023 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:35.026 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:35.026 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:35.056 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:02:35.056 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:35.056 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:35.056 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:02:35.115 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:02:35.525 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 15:02:35.525 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:02:35.837 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 15:02:35.837 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s781ms [pure insertion] marking any relevant derived attributes for update...15:02:35.837 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:35.838 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:35.838 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:35.838 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:35.852 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:35.852 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.014s attempting to resolve any uninitialized derived attributes... 15:02:35.853 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:35.853 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:35.853 [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... 15:02:35.853 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 15:02:35.853 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:35.853 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~0s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 15:02:36.238 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 222 ms 15:02:36.317 [main] INFO org.eclipse.hawk.core.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 15:02:36.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:36.318 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:36.330 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:36.331 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 15:02:36.331 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:36.331 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:36.335 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:36.335 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:36.335 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:36.335 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:36.337 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:36.337 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:36.337 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:36.339 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:36.339 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:36.339 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:36.339 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:36.353 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:36.353 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:36.353 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:36.353 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:36.354 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:36.737 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 15:02:36.737 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:36.848 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 15:02:36.848 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s495ms [pure insertion] marking any relevant derived attributes for update...15:02:36.848 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:36.848 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:36.852 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:36.852 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:36.852 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:36.852 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:36.854 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:36.856 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:36.856 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:36.856 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:36.856 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:36.856 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:36.856 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:36.915 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:36.916 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:36.917 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:36.917 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:36.918 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:36.919 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:36.919 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:36.920 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:36.920 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:36.920 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:36.920 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:36.924 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:36.924 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:36.924 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:36.924 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:36.926 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:36.928 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:36.928 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:36.928 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:36.928 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:36.928 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:36.928 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:36.932 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:02:36.932 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:36.932 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:36.932 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:02:36.934 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:02:36.936 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 15:02:36.936 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:02:36.941 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:36.941 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:36.941 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:36.941 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:36.945 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:36.945 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:36.945 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:36.945 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:36.947 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:36.948 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:36.948 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:36.950 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:36.950 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:36.950 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:36.950 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:37.015 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:37.015 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:37.016 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:37.016 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:37.018 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:37.056 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 15:02:37.056 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:37.133 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 15:02:37.133 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s118ms [pure insertion] marking any relevant derived attributes for update...15:02:37.133 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:37.134 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:37.148 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:37.148 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:37.148 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:37.148 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:37.150 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:37.570 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 15:02:37.570 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:37.918 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 15:02:37.918 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s770ms [pure insertion] marking any relevant derived attributes for update...15:02:37.918 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:37.918 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:37.923 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:37.923 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:37.923 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:37.923 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:37.924 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:37.927 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:37.927 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:37.942 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:37.942 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...15:02:37.942 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:37.942 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:37.946 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:37.946 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:37.946 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:37.946 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:37.948 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:37.949 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:37.949 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:37.952 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:37.952 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:37.952 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:37.952 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:37.952 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:37.952 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:38.022 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 15:02:38.330 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 15:02:38.331 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.379s attempting to resolve any uninitialized derived attributes... 15:02:38.331 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:38.331 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:38.331 [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... 15:02:38.331 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s379ms [proxy update] 15:02:38.331 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:38.331 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~2s validating changes... validating file UPDATED for /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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 15:02:38.850 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 532 ms 15:02:38.850 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:38.850 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16501019163607147012/test_subtreeTraversalScoping[LevelDB GreyCat] 15:02:38.852 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 15:02:38.852 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16501019163607147012/test_subtreeTraversalScoping[LevelDB GreyCat] 15:02:38.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:38.853 [main] INFO org.eclipse.hawk.core.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 15:02:38.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:38.854 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:38.916 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:38.919 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16501019163607147012/test_subtreeTraversalScoping[LevelDB GreyCat] 15:02:38.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:39.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:39.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:39.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:39.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:39.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:39.024 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:39.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:39.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:39.024 [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! 15:02:39.024 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:39.025 [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 15:02:39.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:39.025 [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/JDTAST.ecore to store 15:02:39.040 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:39.040 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:39.048 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 15:02:39.048 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 15:02:39.052 [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 15:02:39.054 [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 15:02:39.056 [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 15:02:39.136 [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 15:02:39.138 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 15:02:39.140 [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 15:02:39.141 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 15:02:39.143 [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 15:02:39.143 [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 15:02:39.143 [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 15:02:39.143 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:39.143 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:39.144 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:39.144 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:39.144 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:39.144 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:39.144 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:39.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:39.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:39.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:39.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:39.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:39.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:39.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:39.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:39.146 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:39.146 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:39.146 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:39.147 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:39.147 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:39.147 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:39.147 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:39.147 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:39.147 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:39.147 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:39.147 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:39.148 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:39.148 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:39.148 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:39.149 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:39.149 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:39.149 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:39.149 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:39.157 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 15:02:39.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:39.227 [main] INFO org.eclipse.hawk.core.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 15:02:39.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:39.228 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:39.237 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:39.240 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:39.240 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:39.319 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:02:39.319 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:39.319 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:39.319 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:02:39.326 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:02:39.722 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 15:02:39.722 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:02:40.024 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 15:02:40.024 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s705ms [pure insertion] marking any relevant derived attributes for update...15:02:40.024 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:40.025 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:40.025 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:40.025 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:40.039 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:40.039 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.014s attempting to resolve any uninitialized derived attributes... 15:02:40.039 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:40.039 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:40.039 [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... 15:02:40.039 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s14ms [proxy update] 15:02:40.039 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:40.040 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~0s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 15:02:40.416 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 188 ms 15:02:40.442 [main] INFO org.eclipse.hawk.core.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 15:02:40.443 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:40.443 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:40.454 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:40.455 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 15:02:40.455 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:40.455 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:40.459 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:40.459 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:40.459 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:40.459 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:40.461 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:40.461 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:40.461 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:40.463 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:40.463 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:40.463 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:40.463 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:40.517 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:40.517 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:40.517 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:40.517 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:40.519 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:40.519 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:40.519 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:40.521 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:40.521 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:40.521 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:40.521 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:40.525 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:40.525 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:40.525 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:40.525 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:40.527 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:40.528 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:40.528 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:40.529 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:40.529 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:40.529 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:40.530 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:40.534 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:40.534 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:40.535 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:40.535 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:40.537 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:40.539 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:40.539 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:40.539 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:40.539 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:40.539 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:40.539 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:40.551 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:40.551 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:40.551 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:40.551 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:40.553 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:40.832 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 15:02:40.832 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:40.943 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 15:02:40.943 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s392ms [pure insertion] marking any relevant derived attributes for update...15:02:40.943 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:40.943 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:40.947 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:40.947 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:40.947 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:40.947 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:40.949 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:40.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:40.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:40.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:40.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:40.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:40.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:40.966 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:40.966 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:40.966 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:40.966 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:41.016 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:41.249 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 15:02:41.249 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:41.439 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 15:02:41.439 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s473ms [pure insertion] marking any relevant derived attributes for update...15:02:41.439 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:41.439 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:41.445 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:41.445 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:41.446 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:41.446 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:41.448 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:41.725 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 15:02:41.725 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:41.747 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 15:02:41.747 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s302ms [pure insertion] marking any relevant derived attributes for update...15:02:41.747 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:41.747 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:41.751 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:41.751 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:41.751 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:41.751 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:41.753 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:41.753 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:41.753 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:41.755 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:41.755 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:41.755 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:41.755 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:41.759 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:41.759 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:41.759 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:41.759 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:41.761 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:41.816 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:41.816 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:41.832 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:41.832 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s73ms [pure insertion] marking any relevant derived attributes for update...15:02:41.832 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:41.832 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:41.922 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:02:41.922 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:41.922 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:41.922 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:02:41.924 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:02:41.926 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 15:02:41.926 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:02:41.933 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:41.933 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...15:02:41.933 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:41.933 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:41.933 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:41.933 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:41.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 15:02:42.249 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 15:02:42.249 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.316s attempting to resolve any uninitialized derived attributes... 15:02:42.249 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:42.249 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:42.249 [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... 15:02:42.249 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s317ms [proxy update] 15:02:42.250 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:42.250 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 15:02:42.662 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 219 ms 15:02:42.662 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7606384779473281382/test_getAllOf[LevelDB GreyCat] 15:02:42.715 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7606384779473281382/test_getAllOf[LevelDB GreyCat] 15:02:42.729 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7606384779473281382/test_getAllOf[LevelDB GreyCat] 15:02:42.730 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7606384779473281382/test_getAllOf[LevelDB GreyCat] 15:02:42.742 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7606384779473281382/test_getAllOf[LevelDB GreyCat] 15:02:42.743 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 15:02:42.743 [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); 15:02:42.744 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 15:02:42.751 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 15:02:43.721 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 15:02:43.721 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.977s 15:02:43.721 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 15:02:43.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:43.722 [main] INFO org.eclipse.hawk.core.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 15:02:43.723 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:43.723 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:43.725 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:43.726 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7606384779473281382/test_getAllOf[LevelDB GreyCat] 15:02:43.726 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:43.833 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:43.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:43.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:43.834 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:43.834 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:43.836 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:43.836 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:43.836 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:43.836 [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! 15:02:43.836 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:43.836 [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 15:02:43.837 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:43.837 [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 15:02:43.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:43.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:43.860 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 15:02:43.864 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 15:02:43.866 [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 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:43.868 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:43.868 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:43.869 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:43.869 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:43.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:43.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:43.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:43.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:43.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:43.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:43.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:43.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:43.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:43.914 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:43.914 [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 15:02:43.914 [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 15:02:43.914 [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 15:02:43.914 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 15:02:43.915 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 15:02:43.916 [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 15:02:43.920 [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 15:02:43.926 [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 15:02:43.927 [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 15:02:43.939 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 15:02:43.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:44.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:44.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:44.019 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:44.027 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:44.030 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:44.030 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:44.056 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:02:44.056 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:44.057 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:44.057 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:02:44.115 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:02:44.539 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 15:02:44.539 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:02:44.747 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 15:02:44.747 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s691ms [pure insertion] marking any relevant derived attributes for update...15:02:44.747 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:44.749 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:44.749 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:44.749 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:44.759 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:44.759 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 15:02:44.759 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:44.759 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:44.759 [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... 15:02:44.759 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 15:02:44.759 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:44.759 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.xmi sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~0s validating changes... changed resource size: 5353 relevant graph size: 5353 validated changes... true 15:02:44.941 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 922 ms 15:02:44.963 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/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 15:02:44.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:44.964 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:44.976 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:45.014 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 15:02:45.014 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:45.014 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:45.029 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:45.029 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:45.029 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:45.029 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:45.030 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:45.346 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 15:02:45.346 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:45.545 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 15:02:45.545 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s516ms [pure insertion] marking any relevant derived attributes for update...15:02:45.545 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:45.545 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:45.549 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:45.549 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:45.549 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:45.549 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:45.551 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:45.553 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:45.553 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:45.553 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:45.553 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:45.553 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:45.553 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:45.557 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:45.557 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:45.557 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:45.557 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:45.652 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:45.652 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:45.652 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:45.654 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:45.654 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s97ms [pure insertion] marking any relevant derived attributes for update...15:02:45.654 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:45.654 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:45.659 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:45.659 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:45.660 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:45.660 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:45.661 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:45.663 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:45.663 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:45.663 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:45.663 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:45.663 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:45.663 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:45.667 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:45.667 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:45.667 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:45.668 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:45.669 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:45.670 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:45.670 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:45.671 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:45.672 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:45.672 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:45.672 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:45.676 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:45.676 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:45.676 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:45.676 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:45.714 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:45.715 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:45.715 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:45.716 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:45.716 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s40ms [pure insertion] marking any relevant derived attributes for update...15:02:45.716 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:45.716 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:45.720 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:45.721 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:45.721 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:45.721 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:45.723 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:45.725 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:45.725 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:45.742 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:45.742 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s22ms [pure insertion] marking any relevant derived attributes for update...15:02:45.742 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:45.742 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:45.746 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:02:45.746 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:45.746 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:45.746 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:02:45.748 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:02:45.750 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 15:02:45.750 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:02:45.755 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:45.755 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:45.755 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:45.755 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:45.820 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:45.820 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:45.820 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:45.820 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:45.822 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:46.054 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 15:02:46.054 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:46.173 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 15:02:46.173 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s353ms [pure insertion] marking any relevant derived attributes for update...15:02:46.173 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:46.173 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:46.181 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:46.181 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:46.181 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:46.181 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:46.183 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:46.343 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 15:02:46.343 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:46.365 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 15:02:46.365 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s184ms [pure insertion] marking any relevant derived attributes for update...15:02:46.365 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:46.365 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:46.369 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:46.369 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:46.371 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:46.371 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:46.373 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:46.373 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:46.373 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:46.375 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:46.375 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:46.375 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:46.375 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:46.375 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:46.375 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:46.438 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 15:02:46.840 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 15:02:46.840 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.465s attempting to resolve any uninitialized derived attributes... 15:02:46.840 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:46.840 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:46.840 [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... 15:02:46.840 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s465ms [proxy update] 15:02:46.840 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:46.840 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/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 /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 15:02:47.174 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 210 ms 15:02:47.174 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10082842267286169270/test_getFiles[LevelDB GreyCat] 15:02:47.214 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10082842267286169270/test_getFiles[LevelDB GreyCat] 15:02:47.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:47.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/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 15:02:47.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:47.217 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:47.225 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:47.235 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10082842267286169270/test_getFiles[LevelDB GreyCat] 15:02:47.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:47.289 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:47.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:47.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 15:02:47.290 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:47.290 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:47.291 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:47.291 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:47.291 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:47.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:47.292 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:47.292 [pool-176-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 15:02:47.292 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:47.292 [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 15:02:47.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:47.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:47.323 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 15:02:47.328 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 15:02:47.328 [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 15:02:47.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:47.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:47.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 15:02:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:47.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:47.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:47.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:47.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:47.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:47.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:47.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:47.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:47.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:47.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:47.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:47.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:47.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:47.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:47.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:47.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:47.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:47.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:47.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:47.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:47.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:47.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:47.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:47.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:47.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:47.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:47.335 [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 15:02:47.335 [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 15:02:47.335 [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 15:02:47.335 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 15:02:47.437 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 15:02:47.443 [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 15:02:47.443 [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 15:02:47.448 [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 15:02:47.450 [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 15:02:47.462 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 15:02:47.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:47.540 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:47.541 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:47.541 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:47.550 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:47.552 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 15:02:47.552 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:47.552 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:47.557 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 15:02:47.557 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:47.557 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:47.557 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 15:02:47.564 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 15:02:47.566 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 15:02:47.566 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 15:02:47.616 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:47.616 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s59ms [pure insertion] marking any relevant derived attributes for update...15:02:47.616 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:47.617 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:47.621 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:47.621 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:47.621 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:47.621 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 15:02:47.623 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:47.623 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:47.624 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 15:02:47.625 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:47.625 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:47.625 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:47.625 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:47.629 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:47.629 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:47.629 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:47.629 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 15:02:47.631 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:47.631 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:47.631 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 15:02:47.633 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:47.633 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:47.633 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:47.633 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:47.637 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:47.637 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:47.637 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:47.637 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 15:02:47.639 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:47.642 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:47.642 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 15:02:47.642 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:47.642 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...15:02:47.642 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:47.642 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:47.657 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:47.657 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:47.657 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:47.657 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 15:02:47.714 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:47.861 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 15:02:47.861 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 15:02:47.931 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 15:02:47.931 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s274ms [pure insertion] marking any relevant derived attributes for update...15:02:47.931 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:47.931 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:47.938 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:47.938 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:47.938 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:47.938 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 15:02:47.940 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:48.014 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 15:02:48.014 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 15:02:48.027 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 15:02:48.027 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s89ms [pure insertion] marking any relevant derived attributes for update...15:02:48.027 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:48.027 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:48.032 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:48.032 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:48.032 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:48.032 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 15:02:48.033 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:48.036 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 15:02:48.036 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 15:02:48.130 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 15:02:48.130 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s98ms [pure insertion] marking any relevant derived attributes for update...15:02:48.130 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:48.130 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:48.134 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:48.134 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:48.134 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:48.134 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 15:02:48.135 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:48.136 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:48.136 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 15:02:48.137 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:48.138 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:48.138 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:48.138 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:48.149 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:48.149 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:48.149 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:48.149 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 15:02:48.151 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:48.349 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 15:02:48.349 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 15:02:48.495 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 15:02:48.495 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s346ms [pure insertion] marking any relevant derived attributes for update...15:02:48.495 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:48.495 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:48.499 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:48.499 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:48.499 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:48.499 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 15:02:48.501 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:48.513 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 15:02:48.514 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 15:02:48.514 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:48.514 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...15:02:48.514 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:48.514 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:48.517 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:48.517 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:48.517 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:48.517 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 15:02:48.519 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:48.520 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:48.520 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 15:02:48.521 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:48.521 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...15:02:48.521 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:48.521 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:48.522 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:48.522 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:48.537 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 15:02:48.943 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 15:02:48.943 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.421s attempting to resolve any uninitialized derived attributes... 15:02:48.943 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:48.943 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:48.943 [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... 15:02:48.943 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s421ms [proxy update] 15:02:48.943 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:48.944 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/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 /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 15:02:49.619 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 77 ms 15:02:49.619 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4442275898600839821/test_getAllOfCountsSubtypes[LevelDB GreyCat] 15:02:49.620 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 15:02:49.620 [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); 15:02:49.622 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 15:02:49.755 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 15:02:49.768 [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) 15:02:49.768 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.146s 15:02:49.768 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 15:02:49.769 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4442275898600839821/test_getAllOfCountsSubtypes[LevelDB GreyCat] 15:02:49.770 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 15:02:49.771 [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); 15:02:49.772 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 15:02:49.814 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 15:02:49.929 [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) 15:02:49.929 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.157s 15:02:49.929 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 15:02:49.934 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:49.936 [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 15:02:49.936 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms 15:02:49.937 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4442275898600839821/test_getAllOfCountsSubtypes[LevelDB GreyCat] 15:02:49.938 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:49.938 [main] INFO org.eclipse.hawk.core.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 15:02:49.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:49.939 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:49.948 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:49.948 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4442275898600839821/test_getAllOfCountsSubtypes[LevelDB GreyCat] 15:02:49.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:50.059 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:50.060 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.060 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:50.060 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.060 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.062 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:50.062 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:50.062 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:50.063 [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! 15:02:50.063 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.063 [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 15:02:50.063 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:50.063 [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 15:02:50.116 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.116 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:50.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:50.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 15:02:50.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:50.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 15:02:50.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:50.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:50.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:50.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:50.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:50.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:50.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:50.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:50.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:50.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:50.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:50.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:50.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:50.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:50.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:50.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:50.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:50.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:50.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:50.128 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:02:50.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.128 [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 15:02:50.130 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.131 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.133 [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 15:02:50.133 [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 15:02:50.133 [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 15:02:50.133 [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 15:02:50.133 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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[] 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 15:02:50.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.134 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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[] 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.135 [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 15:02:50.138 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:02:50.138 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.138 [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 15:02:50.139 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.139 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.142 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:50.143 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:02:50.143 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit18048899522180351000/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:50.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.220 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.221 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:50.224 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:50.224 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:50.225 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:50.225 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:50.225 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:50.225 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 15:02:50.232 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:50.235 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:50.235 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:50.235 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:50.235 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:50.235 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:50.236 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:50.236 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:50.236 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:50.236 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:50.236 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:50.236 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:50.236 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:50.236 [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... 15:02:50.236 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:50.237 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:50.237 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 15:02:50.237 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit18048899522180351000/tree.model 15:02:50.237 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.238 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:50.238 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:50.238 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:50.239 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:50.239 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:50.239 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:02:50.239 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 15:02:50.239 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:02:50.239 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 15:02:50.239 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 15:02:50.241 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 15:02:50.243 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:50.245 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 15:02:50.245 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:50.245 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:50.245 [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... 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 3 relevant graph size: 3 validated changes... true 15:02:50.245 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 8 ms 15:02:50.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:50.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit18048899522180351000/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:50.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.247 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:50.248 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:50.249 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15360010569699956064/test_addChild[LevelDB GreyCat] 15:02:50.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:50.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:50.357 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.357 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:50.357 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.357 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:50.359 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:50.359 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:50.359 [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! 15:02:50.359 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.360 [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 15:02:50.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 15:02:50.360 [pool-180-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 15:02:50.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:50.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:50.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:50.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:50.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:50.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:50.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:50.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:50.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:50.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:50.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:50.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:50.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:02:50.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.415 [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 15:02:50.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.418 [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 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 15:02:50.418 [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 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 15:02:50.418 [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 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 15:02:50.418 [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 15:02:50.418 [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 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 15:02:50.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:02:50.419 [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 15:02:50.419 [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[] 15:02:50.419 [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 15:02:50.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 15:02:50.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [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[] 15:02:50.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 15:02:50.419 [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 15:02:50.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 15:02:50.419 [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 15:02:50.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 15:02:50.419 [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 15:02:50.419 [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 15:02:50.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 15:02:50.419 [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 15:02:50.419 [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 15:02:50.420 [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 15:02:50.420 [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 15:02:50.420 [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 15:02:50.420 [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 15:02:50.420 [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 15:02:50.420 [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 15:02:50.420 [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 15:02:50.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 15:02:50.420 [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 15:02:50.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 15:02:50.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:02:50.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.421 [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 15:02:50.422 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.422 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.424 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:50.425 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:02:50.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9988196802550685605/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:50.448 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.448 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.449 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:50.449 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:50.449 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:50.449 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:50.449 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:50.451 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:50.451 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 15:02:50.451 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:50.451 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:50.452 [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... 15:02:50.452 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:02:50.454 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:50.454 [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 15:02:50.454 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 15:02:50.454 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.455 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:50.456 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:50.456 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:50.456 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:50.456 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:50.456 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:50.456 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 15:02:50.517 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:50.519 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:50.519 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:50.519 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:50.519 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s63ms [pure insertion] marking any relevant derived attributes for update...15:02:50.519 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:50.519 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:50.519 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:50.519 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:50.520 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:50.520 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:02:50.520 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:50.520 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:50.520 [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... 15:02:50.520 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:02:50.520 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:50.520 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 15:02:50.520 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 66 ms 15:02:50.521 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:50.521 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9988196802550685605/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:50.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.522 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:50.522 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:50.523 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2267435282223946180/test_addModel[LevelDB GreyCat] 15:02:50.523 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:50.631 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:50.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:50.632 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.632 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:50.634 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:50.634 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:50.634 [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! 15:02:50.634 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.634 [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 15:02:50.634 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:50.634 [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 15:02:50.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:50.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:50.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:50.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:50.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:50.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:50.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:50.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:50.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:50.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:50.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:50.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:50.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:50.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:50.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:50.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:50.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:50.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:50.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:50.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:50.644 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:02:50.644 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.644 [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 15:02:50.645 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.645 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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[] 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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[] 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.647 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.648 [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 15:02:50.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:02:50.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 15:02:50.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.652 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:50.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:02:50.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.721 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16278100325242898720/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:50.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.722 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.723 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:50.725 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:50.725 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:50.726 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:50.726 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:50.726 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:50.726 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 15:02:50.732 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:50.734 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:50.734 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:50.734 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:50.734 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:50.734 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:50.735 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:50.735 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:50.735 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:50.736 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:50.736 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:02:50.736 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:50.736 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:50.736 [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... 15:02:50.736 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:02:50.736 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:50.736 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 15:02:50.736 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 14 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit16278100325242898720/tree.model 15:02:50.736 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.737 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:50.737 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:50.737 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:50.738 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:50.738 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:50.738 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:02:50.738 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 15:02:50.738 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:02:50.738 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 15:02:50.738 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:50.740 [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... 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:50.740 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 15:02:50.741 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms 15:02:50.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:50.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16278100325242898720/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:50.743 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.743 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:50.744 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:50.744 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit328353299303415925/test_renameRoot[LevelDB GreyCat] 15:02:50.744 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:50.848 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:50.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:50.849 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.849 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:50.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:50.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:50.851 [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! 15:02:50.851 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.851 [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 15:02:50.851 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:50.851 [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 15:02:50.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.855 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:50.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:50.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:50.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:50.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:50.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:50.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:50.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:50.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:50.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:50.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:50.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:50.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:50.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:50.860 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:02:50.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.860 [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 15:02:50.861 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.861 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.914 [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 15:02:50.914 [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 15:02:50.914 [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[] 15:02:50.914 [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 15:02:50.914 [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 15:02:50.914 [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 15:02:50.914 [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[] 15:02:50.914 [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 15:02:50.914 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.915 [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 15:02:50.917 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:02:50.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.917 [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 15:02:50.917 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:50.917 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:50.919 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:50.920 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:02:50.920 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:50.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5227757929309873879/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:50.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:50.943 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:50.944 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:50.949 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:50.949 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:50.950 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:50.950 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:50.950 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:50.950 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 15:02:50.956 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:50.958 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:50.958 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:50.958 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:50.958 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s8ms [pure insertion] marking any relevant derived attributes for update...15:02:50.958 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:50.960 [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... 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 15:02:50.960 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms 15:02:50.961 [main] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 15:02:50.962 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:50.962 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5227757929309873879/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:51.014 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:51.014 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:51.015 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:51.015 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18191100711558337621/test_eContainer[LevelDB GreyCat] 15:02:51.016 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:51.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:51.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:51.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:51.123 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:51.123 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:51.125 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:51.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:51.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:51.125 [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! 15:02:51.125 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:51.126 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 15:02:51.126 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:51.126 [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 15:02:51.127 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:51.127 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:51.130 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:51.130 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:51.130 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:51.130 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:51.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:51.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:51.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:51.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:51.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:51.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:51.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:51.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:51.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:51.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:51.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:51.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:51.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:51.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:51.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:51.135 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:02:51.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:51.135 [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 15:02:51.137 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:51.137 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 15:02:51.139 [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 15:02:51.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 15:02:51.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 15:02:51.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 15:02:51.139 [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 15:02:51.139 [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[] 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [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 15:02:51.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 15:02:51.139 [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 15:02:51.139 [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[] 15:02:51.139 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.140 [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 15:02:51.141 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:02:51.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:51.141 [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 15:02:51.142 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:51.142 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:51.144 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:51.145 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:02:51.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:51.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9859902886520152060/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:51.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:51.217 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:51.218 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:51.221 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:51.221 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:51.221 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:51.221 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:51.221 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:51.221 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 15:02:51.227 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:51.230 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:51.230 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:51.230 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:51.230 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...15:02:51.230 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:51.231 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:51.231 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:51.231 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:51.232 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:51.232 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:02:51.232 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:51.232 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:51.232 [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... 15:02:51.232 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:02:51.232 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:51.232 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 15:02:51.232 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 15 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit9859902886520152060/tree.model 15:02:51.232 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:51.233 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:51.233 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:51.233 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:51.234 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:51.234 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:51.234 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:02:51.234 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 15:02:51.234 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:02:51.234 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 15:02:51.234 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 15:02:51.236 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 15:02:51.238 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:51.240 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 15:02:51.240 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:51.240 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s6ms [pure insertion] marking any relevant derived attributes for update...15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:51.240 [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... 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:51.240 [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 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 15:02:51.240 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 8 ms 15:02:51.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:51.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9859902886520152060/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:51.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:51.242 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:51.243 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:51.243 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8492732971565315394/test_removeChild[LevelDB GreyCat] 15:02:51.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:51.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:51.343 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:51.343 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 15:02:51.343 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:51.343 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:51.345 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:02:51.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:51.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:51.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 15:02:51.345 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:51.345 [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 15:02:51.345 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:51.345 [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 15:02:51.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:51.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:51.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:51.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:51.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:51.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:51.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:51.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:51.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:51.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:51.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:51.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:51.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:51.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:51.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:51.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:51.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:51.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:51.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:51.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:51.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:51.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:51.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:51.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:51.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:51.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 15:02:51.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:51.354 [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 15:02:51.356 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:51.356 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.358 [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 15:02:51.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 15:02:51.359 [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 15:02:51.359 [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[] 15:02:51.359 [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 15:02:51.359 [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[] 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.359 [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 15:02:51.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 15:02:51.361 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:51.361 [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 15:02:51.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:51.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:51.415 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 15:02:51.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 15:02:51.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:02:51.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit17516321628987958753/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:51.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:51.439 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:51.440 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:51.443 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:51.443 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:51.443 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:51.443 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:51.443 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:51.443 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 15:02:51.450 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 15:02:51.453 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 15:02:51.453 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 15:02:51.453 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 15:02:51.453 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...15:02:51.453 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:51.455 [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... 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 15:02:51.455 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 16 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit17516321628987958753/tree.model 15:02:51.456 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:51.456 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:51.457 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:51.457 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:51.457 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 15:02:51.457 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:51.457 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 15:02:51.457 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 15:02:51.457 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:02:51.457 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 15:02:51.457 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 15:02:51.458 [pool-188-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...15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:51.458 [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... 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 15:02:51.458 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms 15:02:51.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:51.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit17516321628987958753/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:51.460 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:51.460 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:51.461 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:51.461 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7643229637376808229/test_renameChild[LevelDB GreyCat] 15:02:51.461 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:51.931 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:51.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:51.932 [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 15:02:52.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:52.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:52.415 [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 15:02:52.415 [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 15:02:52.416 [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 15:02:52.417 [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 15:02:52.417 [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 15:02:52.419 [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 15:02:52.419 [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 15:02:52.419 [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 15:02:52.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 15:02:52.419 [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 15:02:52.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 15:02:52.419 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 15:02:52.420 [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 15:02:52.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 15:02:52.420 [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 15:02:52.420 [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[] 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 15:02:52.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 15:02:52.420 [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 15:02:52.420 [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[] 15:02:52.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.420 [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 15:02:52.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 15:02:52.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 15:02:52.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 15:02:52.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 15:02:52.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 15:02:52.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 15:02:52.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 15:02:52.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 15:02:52.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 15:02:52.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/emf/2002/Ecore 15:02:52.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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 15:02:52.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 15:02:52.560 [main] 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 15:02:52.618 [main] 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 15:02:52.640 [main] 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 15:02:52.718 [main] 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 15:02:52.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 15:02:52.829 [main] 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 15:02:52.931 [main] 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 15:02:52.938 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 15:02:53.019 [main] 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 15:02:53.056 [main] 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 15:02:53.148 [main] 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 15:02:53.156 [main] 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 15:02:53.235 [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 15:02:53.236 [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 15:02:53.238 [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 15:02:53.239 [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 15:02:53.240 [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 15:02:53.241 [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 15:02:53.244 [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 15:02:53.245 [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 15:02:53.246 [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 15:02:53.246 [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 15:02:53.249 [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 15:02:53.315 [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 15:02:53.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:53.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:53.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:53.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:53.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:53.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:53.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:53.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:53.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:53.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:53.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:53.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:53.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 15:02:53.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 15:02:53.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[] 15:02:53.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:53.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:53.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:53.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 15:02:53.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:53.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:53.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:53.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:53.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:53.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:53.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:53.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:53.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:53.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:53.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:53.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:53.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:53.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:53.352 [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 15:02:53.352 [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 15:02:53.352 [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 15:02:53.354 [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 15:02:53.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 15:02:53.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::Integer will be handled as its instance type java.lang.Integer 15:02:53.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 15:02:53.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::String will be handled as its instance type java.lang.String 15:02:53.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::Boolean will be handled as its instance type java.lang.Boolean 15:02:53.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 15:02:53.414 [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 15:02:53.417 [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 15:02:53.418 [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 15:02:53.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 15:02:53.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 15:02:53.421 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:02:53.421 [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 15:02:53.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 15:02:53.422 [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 15:02:53.422 [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 15:02:53.425 [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 15:02:53.425 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:02:53.425 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 15:02:53.426 [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 15:02:53.538 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 15:02:53.538 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:53.549 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:53.550 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:53.550 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:53.550 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:53.550 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:53.640 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:02:53.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:53.653 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:53.654 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:53.717 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:53.717 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:53.718 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 15:02:53.718 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:53.719 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:53.719 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 15:02:53.726 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 15:02:53.738 [pool-190-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 15:02:53.840 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 15:02:53.840 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 15:02:53.846 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 15:02:53.846 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s128ms [pure insertion] marking any relevant derived attributes for update...15:02:53.846 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 15:02:53.848 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 15:02:53.925 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 15:02:53.925 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:53.925 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:53.925 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 15:02:53.927 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 15:02:54.022 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 15:02:54.022 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 15:02:54.032 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 15:02:54.032 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s107ms [pure insertion] marking any relevant derived attributes for update...15:02:54.032 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:54.032 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:54.034 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 15:02:54.034 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:54.034 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:54.034 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 15:02:54.036 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 15:02:54.134 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 15:02:54.134 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 15:02:54.142 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 15:02:54.142 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s108ms [pure insertion] marking any relevant derived attributes for update...15:02:54.142 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:54.142 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:54.144 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 15:02:54.144 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:54.145 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:54.145 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 15:02:54.146 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 15:02:54.249 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 15:02:54.249 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 15:02:54.324 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 15:02:54.324 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s180ms [pure insertion] marking any relevant derived attributes for update...15:02:54.324 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:54.324 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:54.326 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:54.326 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:54.330 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:02:54.331 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:02:54.331 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 15:02:54.331 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:54.331 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:54.331 [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... 15:02:54.331 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:02:54.331 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:54.331 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:54.331 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 678 ms 15:02:54.331 [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 15:02:54.333 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:54.333 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:54.343 [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 15:02:54.344 [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 15:02:54.344 [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 15:02:54.345 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 15:02:54.345 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 15:02:54.346 [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 15:02:54.346 [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 15:02:54.346 [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 15:02:54.349 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 15:02:54.349 [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) 15:02:54.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5790316065569183337/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:02:54.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:54.442 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:54.442 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:54.442 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:54.442 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:54.443 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:54.443 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:54.443 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:02:54.443 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:02:54.443 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:02:54.443 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:54.443 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:54.443 [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... 15:02:54.443 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:02:54.443 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:54.444 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:54.445 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:54.445 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:54.448 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 15:02:54.448 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:54.449 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:54.449 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 15:02:54.451 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 15:02:54.514 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 15:02:54.514 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 15:02:54.517 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 15:02:54.517 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s70ms [pure insertion] marking any relevant derived attributes for update...15:02:54.518 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:54.518 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:54.518 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:54.518 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:54.520 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 15:02:54.520 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 15:02:54.520 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 15:02:54.520 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:54.520 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:54.520 [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... 15:02:54.520 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 15:02:54.520 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:54.520 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:54.520 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms 15:02:54.527 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:54.528 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:54.528 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:54.528 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:54.531 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 15:02:54.531 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:54.531 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 15:02:54.538 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 15:02:54.538 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:02:54.538 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 15:02:54.538 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 15:02:54.546 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.008s 15:02:54.552 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 15:02:54.615 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 15:02:54.615 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 15:02:54.619 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 15:02:54.619 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s88ms [pure insertion] marking any relevant derived attributes for update...15:02:54.619 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:54.619 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:54.619 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:54.619 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:54.621 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 15:02:54.621 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 15:02:54.621 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 15:02:54.621 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:54.621 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:54.621 [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... 15:02:54.621 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 15:02:54.621 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:54.621 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:54.621 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 94 ms 15:02:54.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:54.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5790316065569183337/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:02:54.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:54.625 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:54.641 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:54.641 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2364167203668269856/test_upgradeModelProfileVersion[LevelDB GreyCat] 15:02:54.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 15:02:54.837 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:54.838 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:54.838 [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 15:02:54.956 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:54.956 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:55.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 15:02:55.131 [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 15:02:55.131 [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 15:02:55.131 [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 15:02:55.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 15:02:55.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 15:02:55.132 [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 15:02:55.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 15:02:55.132 [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 15:02:55.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 15:02:55.132 [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 15:02:55.132 [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 15:02:55.132 [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 15:02:55.132 [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 15:02:55.132 [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 15:02:55.132 [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 15:02:55.132 [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 15:02:55.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 15:02:55.132 [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 15:02:55.132 [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 15:02:55.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 15:02:55.132 [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 15:02:55.133 [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 15:02:55.133 [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[] 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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[] 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.133 [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 15:02:55.227 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 15:02:55.243 [main] 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 15:02:55.249 [main] 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 15:02:55.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 15:02:55.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/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 15:02:55.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 15:02:55.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 15:02:55.530 [main] 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 15:02:55.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 15:02:55.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 15:02:55.828 [main] 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 15:02:55.916 [main] 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 15:02:55.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::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 15:02:55.952 [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 15:02:55.953 [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 15:02:55.953 [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 15:02:55.954 [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 15:02:55.956 [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 15:02:56.015 [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 15:02:56.015 [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 15:02:56.016 [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 15:02:56.020 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 15:02:56.021 [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 15:02:56.021 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:02:56.021 [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 15:02:56.022 [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 15:02:56.025 [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 15:02:56.026 [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 15:02:56.026 [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 15:02:56.027 [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 15:02:56.029 [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 15:02:56.030 [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 15:02:56.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:56.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:56.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:56.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:56.031 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:56.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:56.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:56.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:56.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:56.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:56.032 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:02:56.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:56.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:02:56.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:56.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:56.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:56.034 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:56.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:56.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:56.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:02:56.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:56.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:56.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:56.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:56.036 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:56.037 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:56.037 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:56.037 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:56.037 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:56.037 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:56.037 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:56.037 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:56.037 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:56.038 [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 15:02:56.038 [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 15:02:56.038 [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 15:02:56.038 [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 15:02:56.038 [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 15:02:56.038 [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 15:02:56.043 [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 15:02:56.043 [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 15:02:56.115 [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 15:02:56.116 [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 15:02:56.117 [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 15:02:56.118 [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 15:02:56.118 [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 15:02:56.119 [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 15:02:56.119 [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 15:02:56.122 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:02:56.122 [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 15:02:56.124 [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 15:02:56.124 [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 15:02:56.125 [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 15:02:56.126 [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 15:02:56.126 [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 15:02:56.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 15:02:56.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:56.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:56.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:56.237 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:56.237 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:56.237 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:56.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:02:56.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:56.338 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:56.338 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:56.340 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:56.340 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:56.342 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 15:02:56.342 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:56.342 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:56.342 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 15:02:56.349 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 15:02:56.446 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 15:02:56.446 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 15:02:56.516 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 15:02:56.516 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s174ms [pure insertion] marking any relevant derived attributes for update...15:02:56.516 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:56.517 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:56.533 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 15:02:56.533 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:56.533 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:56.533 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 15:02:56.535 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 15:02:56.615 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 15:02:56.615 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 15:02:56.625 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 15:02:56.625 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...15:02:56.625 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:56.625 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:56.626 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 15:02:56.626 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:56.626 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:56.626 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 15:02:56.628 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 15:02:56.717 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 15:02:56.718 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 15:02:56.725 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 15:02:56.725 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...15:02:56.725 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:56.725 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:56.726 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 15:02:56.727 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:56.727 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:56.727 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 15:02:56.729 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 15:02:56.758 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 15:02:56.758 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 15:02:56.816 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 15:02:56.816 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s90ms [pure insertion] marking any relevant derived attributes for update...15:02:56.816 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:56.816 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:56.816 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:56.816 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:56.821 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:02:56.821 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:02:56.821 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 15:02:56.821 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:56.821 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:56.821 [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... 15:02:56.821 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:02:56.821 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:56.821 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:56.821 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 483 ms 15:02:56.869 [main] INFO org.eclipse.hawk.core.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 15:02:56.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:56.870 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:56.871 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:56.872 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:56.872 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:56.874 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 15:02:56.874 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:56.874 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:56.874 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 15:02:56.875 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 15:02:57.246 [pool-192-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 15:02:57.314 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 15:02:57.314 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 15:02:57.426 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 15:02:57.426 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s552ms [pure insertion] marking any relevant derived attributes for update...15:02:57.426 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:57.426 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:57.427 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:57.427 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:57.430 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 15:02:57.432 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 15:02:57.432 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 15:02:57.432 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:57.432 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:57.432 [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... 15:02:57.432 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:02:57.432 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:57.432 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:57.432 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 562 ms 15:02:57.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:57.433 [main] INFO org.eclipse.hawk.core.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 15:02:57.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:57.434 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:57.447 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:57.448 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11779230796833477163/test_stereotypeAsModel[LevelDB GreyCat] 15:02:57.448 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:57.642 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:57.643 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:57.643 [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 15:02:57.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:57.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:57.933 [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 15:02:57.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 15:02:57.933 [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 15:02:57.933 [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 15:02:57.933 [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 15:02:57.933 [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 15:02:57.933 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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[] 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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[] 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [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 15:02:57.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 15:02:57.935 [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 15:02:57.935 [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 15:02:57.935 [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 15:02:57.935 [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 15:02:57.935 [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 15:02:57.935 [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 15:02:57.935 [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 15:02:57.935 [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 15:02:57.935 [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 15:02:57.935 [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 15:02:57.935 [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 15:02:58.028 [main] 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 15:02:58.053 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 15:02:58.060 [main] 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 15:02:58.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 15:02:58.227 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 15:02:58.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 15:02:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 15:02:58.337 [main] 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 15:02:58.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 15:02:58.430 [main] 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 15:02:58.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 15:02:58.640 [main] 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 15:02:58.647 [main] 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 15:02:58.717 [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 15:02:58.717 [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 15:02:58.745 [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 15:02:58.745 [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 15:02:58.745 [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 15:02:58.748 [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 15:02:58.748 [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 15:02:58.749 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:02:58.749 [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 15:02:58.751 [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 15:02:58.751 [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 15:02:58.751 [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 15:02:58.752 [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 15:02:58.752 [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 15:02:58.753 [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 15:02:58.753 [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 15:02:58.755 [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 15:02:58.757 [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 15:02:58.757 [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 15:02:58.759 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:02:58.759 [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 15:02:58.821 [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 15:02:58.821 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 15:02:58.822 [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 15:02:58.823 [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 15:02:58.824 [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 15:02:58.824 [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 15:02:58.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 15:02:58.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 15:02:58.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 15:02:58.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:02:58.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:02:58.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:02:58.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:02:58.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:02:58.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:02:58.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:02:58.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:02:58.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:02:58.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:02:58.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 15:02:58.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:02:58.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 15:02:58.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:02:58.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:02:58.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:02:58.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:02:58.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:02:58.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:02:58.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 15:02:58.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:02:58.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:02:58.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:02:58.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:02:58.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:02:58.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:02:58.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:02:58.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:02:58.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:02:58.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:02:58.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:02:58.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:02:58.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:02:58.834 [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 15:02:58.834 [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 15:02:58.837 [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 15:02:58.837 [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 15:02:58.837 [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 15:02:58.839 [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 15:02:58.839 [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 15:02:58.839 [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 15:02:58.839 [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 15:02:58.839 [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 15:02:58.839 [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 15:02:58.858 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 15:02:58.858 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:02:58.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:02:58.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:02:58.914 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:58.914 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:58.914 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:02:58.933 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:02:58.938 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:58.938 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:58.938 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:58.941 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:58.941 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:58.942 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 15:02:58.942 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:58.942 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:58.942 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 15:02:58.949 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 15:02:59.031 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 15:02:59.031 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 15:02:59.035 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 15:02:59.035 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...15:02:59.035 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:59.036 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:59.038 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 15:02:59.038 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:59.038 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:59.038 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 15:02:59.039 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 15:02:59.132 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 15:02:59.132 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 15:02:59.143 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 15:02:59.143 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s105ms [pure insertion] marking any relevant derived attributes for update...15:02:59.143 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:59.143 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:59.146 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 15:02:59.146 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:59.146 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:59.146 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 15:02:59.147 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 15:02:59.232 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 15:02:59.232 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 15:02:59.238 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 15:02:59.238 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...15:02:59.239 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:02:59.239 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:02:59.255 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 15:02:59.255 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:59.255 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:59.255 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 15:02:59.315 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 15:02:59.338 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 15:02:59.338 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 15:02:59.348 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 15:02:59.348 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...15:02:59.348 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:59.348 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:59.348 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:59.348 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:59.353 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:02:59.353 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:02:59.353 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 15:02:59.353 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:59.353 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:59.353 [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... 15:02:59.353 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:02:59.353 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:59.353 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:59.353 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 415 ms 15:02:59.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:59.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:59.434 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:02:59.436 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:02:59.436 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:02:59.436 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:02:59.437 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 15:02:59.437 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:59.437 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:59.437 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 15:02:59.439 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 15:02:59.460 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 15:02:59.460 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 15:02:59.517 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 15:02:59.517 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s80ms [pure insertion] marking any relevant derived attributes for update...15:02:59.517 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:59.517 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:59.518 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 15:02:59.518 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:02:59.518 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:02:59.518 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 15:02:59.521 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 15:02:59.539 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 15:02:59.539 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 15:02:59.543 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 15:02:59.543 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s25ms [pure insertion] marking any relevant derived attributes for update...15:02:59.543 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:02:59.543 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:02:59.543 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:02:59.543 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:02:59.545 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 15:02:59.548 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 15:02:59.548 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 15:02:59.548 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:02:59.548 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:02:59.548 [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... 15:02:59.548 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:02:59.548 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:02:59.548 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:02:59.548 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 114 ms 15:02:59.549 [pool-194-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3796346467454526611/test_localfolderCrosslinks[LevelDB GreyCat] 15:02:59.551 [pool-194-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3796346467454526611/test_localfolderCrosslinks[LevelDB GreyCat] 15:02:59.553 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:02:59.553 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 15:02:59.553 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:59.553 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:02:59.615 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:02:59.615 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3796346467454526611/test_localfolderCrosslinks[LevelDB GreyCat] 15:02:59.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:02:59.725 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:02:59.726 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:02:59.726 [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 15:02:59.743 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:02:59.743 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:02:59.828 [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 15:02:59.828 [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 15:02:59.828 [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 15:02:59.828 [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 15:02:59.828 [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 15:02:59.828 [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 15:02:59.828 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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[] 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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[] 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.829 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.830 [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 15:02:59.863 [main] 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 15:02:59.950 [main] 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 15:02:59.955 [main] 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 15:03:00.019 [main] 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 15:03:00.033 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 15:03:00.052 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 15:03:00.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 15:03:00.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 15:03:00.165 [main] 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 15:03:00.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::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 15:03:00.250 [main] 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 15:03:00.270 [main] 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 15:03:00.316 [main] 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 15:03:00.347 [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 15:03:00.347 [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 15:03:00.350 [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 15:03:00.350 [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 15:03:00.350 [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 15:03:00.353 [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 15:03:00.354 [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 15:03:00.355 [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 15:03:00.355 [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 15:03:00.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:00.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:00.356 [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 15:03:00.359 [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 15:03:00.359 [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 15:03:00.359 [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 15:03:00.359 [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 15:03:00.362 [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 15:03:00.364 [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 15:03:00.364 [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 15:03:00.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:03:00.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:03:00.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:03:00.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:03:00.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:03:00.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:03:00.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:03:00.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:03:00.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:03:00.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:03:00.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:03:00.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:03:00.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:03:00.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:03:00.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:03:00.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:03:00.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:03:00.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:03:00.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:03:00.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:03:00.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:03:00.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:03:00.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:03:00.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:03:00.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:03:00.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:03:00.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:03:00.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:03:00.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:03:00.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:03:00.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:03:00.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:03:00.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:03:00.373 [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 15:03:00.373 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:00.374 [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 15:03:00.374 [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 15:03:00.413 [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 15:03:00.414 [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 15:03:00.414 [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 15:03:00.418 [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 15:03:00.419 [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 15:03:00.420 [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 15:03:00.420 [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 15:03:00.420 [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 15:03:00.420 [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 15:03:00.420 [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 15:03:00.420 [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 15:03:00.469 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:00.470 [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 15:03:00.470 [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 15:03:00.471 [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 15:03:00.473 [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 15:03:00.473 [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 15:03:00.473 [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 15:03:00.522 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:03:00.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:03:00.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:03:00.532 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:03:00.532 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:00.532 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:00.532 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:03:00.619 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:00.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:00.624 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:00.624 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:00.627 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:00.627 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:00.641 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 15:03:00.641 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:00.641 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:00.641 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 15:03:00.648 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 15:03:00.725 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 15:03:00.725 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 15:03:00.732 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 15:03:00.732 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s91ms [pure insertion] marking any relevant derived attributes for update...15:03:00.732 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:00.733 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:00.735 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 15:03:00.735 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:00.735 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:00.735 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 15:03:00.736 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 15:03:00.816 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 15:03:00.816 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 15:03:00.821 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 15:03:00.821 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s86ms [pure insertion] marking any relevant derived attributes for update...15:03:00.821 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:00.821 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:00.823 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 15:03:00.823 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:00.823 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:00.823 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 15:03:00.825 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 15:03:00.855 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 15:03:00.855 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 15:03:00.923 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 15:03:00.923 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...15:03:00.923 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:00.923 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:00.925 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 15:03:00.925 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:00.925 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:00.925 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 15:03:00.927 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 15:03:00.928 [pool-116-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit12529886817026323393/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit12529886817026323393/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) 15:03:00.959 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 15:03:00.960 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 15:03:01.019 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 15:03:01.019 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...15:03:01.019 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:01.019 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:01.020 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:01.020 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:01.024 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:03:01.024 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:03:01.024 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 15:03:01.024 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:01.024 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:01.024 [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... 15:03:01.024 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:03:01.025 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:01.025 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:01.025 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 401 ms 15:03:01.048 [main] INFO org.eclipse.hawk.core.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 15:03:01.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:01.049 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:01.050 [pool-117-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18212682338152056970/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit18212682338152056970/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) 15:03:01.051 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:01.051 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:01.051 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:01.052 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 15:03:01.052 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:01.052 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:01.052 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 15:03:01.054 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 15:03:01.060 [pool-196-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 15:03:01.114 [pool-196-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 15:03:01.114 [pool-196-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 15:03:01.116 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 15:03:01.116 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 15:03:01.122 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 15:03:01.122 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s70ms [pure insertion] marking any relevant derived attributes for update...15:03:01.122 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:01.123 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:01.123 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:01.123 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:01.124 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 15:03:01.126 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 15:03:01.126 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 15:03:01.126 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:01.126 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:01.126 [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... 15:03:01.126 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 15:03:01.126 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:01.126 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:01.126 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 77 ms 15:03:01.130 [pool-196-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16557139414317407582/test_zoo[LevelDB GreyCat] 15:03:01.133 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:03:01.133 [main] INFO org.eclipse.hawk.core.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 15:03:01.134 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:01.134 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:03:01.143 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:03:01.143 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16557139414317407582/test_zoo[LevelDB GreyCat] 15:03:01.143 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:03:01.221 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13584653602029424379/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit13584653602029424379/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) 15:03:01.370 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:03:01.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:01.414 [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 15:03:01.439 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:03:01.439 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:03:01.540 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:01.540 [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 15:03:01.541 [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 15:03:01.542 [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 15:03:01.543 [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 15:03:01.543 [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 15:03:01.543 [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 15:03:01.543 [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 15:03:01.543 [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 15:03:01.543 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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[] 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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[] 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.544 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.545 [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 15:03:01.632 [main] 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 15:03:01.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 15:03:01.654 [main] 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 15:03:01.753 [main] 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 15:03:01.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 15:03:01.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 15:03:01.855 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 15:03:01.924 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 15:03:01.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 15:03:01.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::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 15:03:02.151 [main] 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 15:03:02.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 15:03:02.244 [main] 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 15:03:02.338 [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 15:03:02.339 [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 15:03:02.340 [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 15:03:02.346 [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 15:03:02.346 [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 15:03:02.348 [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 15:03:02.349 [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 15:03:02.352 [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 15:03:02.352 [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 15:03:02.353 [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 15:03:02.353 [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 15:03:02.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:02.415 [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 15:03:02.417 [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 15:03:02.419 [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 15:03:02.420 [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 15:03:02.421 [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 15:03:02.421 [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 15:03:02.423 [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 15:03:02.426 [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 15:03:02.427 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:02.427 [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 15:03:02.461 [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 15:03:02.462 [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 15:03:02.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:03:02.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:03:02.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:03:02.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:03:02.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:03:02.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:03:02.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:03:02.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:03:02.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:03:02.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:03:02.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:03:02.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:03:02.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:03:02.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 15:03:02.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:03:02.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:03:02.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:03:02.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:03:02.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:03:02.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:03:02.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:03:02.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:03:02.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:03:02.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 15:03:02.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 15:03:02.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 15:03:02.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:03:02.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:03:02.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:03:02.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:03:02.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:03:02.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 15:03:02.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:03:02.522 [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 15:03:02.523 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 15:03:02.523 [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 15:03:02.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:02.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:02.529 [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 15:03:02.529 [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 15:03:02.529 [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 15:03:02.529 [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 15:03:02.529 [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 15:03:02.530 [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 15:03:02.536 [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 15:03:02.536 [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 15:03:02.626 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 15:03:02.626 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:03:02.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:03:02.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:03:02.639 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:02.639 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:02.639 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:03:02.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:02.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:02.722 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:02.722 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:02.725 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:02.725 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:02.726 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 15:03:02.726 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:02.726 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:02.726 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 15:03:02.742 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 15:03:02.822 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 15:03:02.822 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 15:03:02.831 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 15:03:02.831 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s105ms [pure insertion] marking any relevant derived attributes for update...15:03:02.831 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:02.832 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:02.845 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 15:03:02.845 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:02.845 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:02.845 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 15:03:02.847 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 15:03:02.932 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 15:03:02.932 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 15:03:02.941 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 15:03:02.941 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...15:03:02.941 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:02.941 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:02.942 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 15:03:02.943 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:02.943 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:02.943 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 15:03:02.945 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 15:03:03.023 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 15:03:03.024 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 15:03:03.030 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 15:03:03.030 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s88ms [pure insertion] marking any relevant derived attributes for update...15:03:03.030 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:03.030 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:03.031 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 15:03:03.031 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:03.031 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:03.031 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 15:03:03.033 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 15:03:03.057 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 15:03:03.057 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 15:03:03.117 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 15:03:03.117 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s86ms [pure insertion] marking any relevant derived attributes for update...15:03:03.117 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:03.117 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:03.117 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:03.117 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:03.122 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:03:03.122 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:03:03.122 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 15:03:03.122 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:03.122 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:03.122 [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... 15:03:03.122 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:03:03.122 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:03.122 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:03.122 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 400 ms 15:03:03.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:03:03.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:03.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:03.128 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:03:03.141 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:03:03.141 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2571269757898096180/test_indexLibraries[LevelDB GreyCat] 15:03:03.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:03:03.366 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:03:03.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:03.414 [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 15:03:03.437 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:03:03.437 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:03:03.539 [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 15:03:03.539 [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 15:03:03.540 [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 15:03:03.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:03.543 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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[] 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.544 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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[] 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [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 15:03:03.545 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:03.545 [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 15:03:03.545 [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 15:03:03.546 [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 15:03:03.548 [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 15:03:03.549 [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 15:03:03.549 [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 15:03:03.633 [main] 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 15:03:03.650 [main] 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 15:03:03.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 15:03:03.757 [main] 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 15:03:03.818 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 15:03:03.837 [main] 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 15:03:03.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 15:03:04.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 15:03:04.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 15:03:04.036 [main] 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 15:03:04.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 15:03:04.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 15:03:04.243 [main] 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 15:03:04.345 [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 15:03:04.346 [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 15:03:04.348 [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 15:03:04.348 [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 15:03:04.350 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:04.350 [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 15:03:04.350 [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 15:03:04.351 [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 15:03:04.354 [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 15:03:04.354 [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 15:03:04.357 [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 15:03:04.357 [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 15:03:04.358 [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 15:03:04.359 [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 15:03:04.361 [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 15:03:04.364 [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 15:03:04.364 [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 15:03:04.364 [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 15:03:04.364 [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 15:03:04.365 [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 15:03:04.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:03:04.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:03:04.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:03:04.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 15:03:04.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:03:04.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:03:04.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:03:04.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 15:03:04.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:03:04.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:03:04.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:03:04.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 15:03:04.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:03:04.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:03:04.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:03:04.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:03:04.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 15:03:04.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:03:04.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:03:04.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:03:04.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:03:04.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:03:04.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:03:04.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:03:04.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 15:03:04.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:03:04.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:03:04.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:03:04.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 15:03:04.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:03:04.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:03:04.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:03:04.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 15:03:04.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/Types::Integer will be handled as its instance type java.lang.Integer 15:03:04.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/Types::Real will be handled as its instance type java.lang.Double 15:03:04.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/Types::String will be handled as its instance type java.lang.String 15:03:04.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/Types::Boolean will be handled as its instance type java.lang.Boolean 15:03:04.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 15:03:04.424 [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 15:03:04.428 [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 15:03:04.428 [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 15:03:04.429 [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 15:03:04.429 [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 15:03:04.431 [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 15:03:04.447 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 15:03:04.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:03:04.553 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:03:04.554 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:03:04.554 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:04.554 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:04.554 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:03:04.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:04.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:04.637 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:04.637 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:04.641 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:04.641 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:04.721 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 15:03:04.721 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:04.721 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:04.721 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 15:03:04.729 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 15:03:04.753 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 15:03:04.754 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 15:03:04.817 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 15:03:04.817 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...15:03:04.817 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:04.818 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:04.819 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 15:03:04.819 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:04.819 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:04.819 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 15:03:04.821 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 15:03:04.848 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 15:03:04.848 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 15:03:04.855 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 15:03:04.855 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s36ms [pure insertion] marking any relevant derived attributes for update...15:03:04.855 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:04.855 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:04.857 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 15:03:04.857 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:04.857 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:04.857 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 15:03:04.859 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 15:03:04.941 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 15:03:04.941 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 15:03:04.950 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 15:03:04.950 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...15:03:04.950 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:04.950 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:04.952 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 15:03:04.952 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:04.952 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:04.952 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 15:03:04.953 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 15:03:05.033 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 15:03:05.033 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 15:03:05.037 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 15:03:05.037 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s85ms [pure insertion] marking any relevant derived attributes for update...15:03:05.037 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:05.037 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:05.037 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:05.037 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:05.042 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:03:05.042 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:03:05.042 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 15:03:05.042 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:05.042 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:05.042 [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... 15:03:05.042 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:03:05.042 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:05.042 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:05.042 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 405 ms 15:03:05.042 [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 15:03:05.044 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:03:05.044 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:03:05.054 [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 15:03:05.054 [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 15:03:05.054 [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 15:03:05.055 [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 15:03:05.055 [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 15:03:05.055 [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 15:03:05.056 [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 15:03:05.056 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 15:03:05.058 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 15:03:05.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:03:05.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false 15:03:05.142 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:05.142 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:05.142 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:05.143 [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... 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:03:05.143 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:05.145 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:05.145 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:05.145 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:05.148 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 15:03:05.148 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:05.148 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:05.148 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 15:03:05.150 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 15:03:05.159 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 15:03:05.159 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 15:03:05.162 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 15:03:05.162 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s14ms [pure insertion] marking any relevant derived attributes for update...15:03:05.162 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:05.162 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:05.162 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:05.162 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:05.164 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 15:03:05.164 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 15:03:05.164 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 15:03:05.164 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:05.164 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:05.164 [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... 15:03:05.164 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 15:03:05.164 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:05.164 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:05.213 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 22 ms 15:03:05.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:03:05.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false 15:03:05.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:05.219 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:03:05.228 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:03:05.233 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1193610877724676080/test_customProfileV4[LevelDB GreyCat] 15:03:05.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:03:05.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:03:05.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:05.424 [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 15:03:05.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:03:05.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:03:05.622 [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 15:03:05.622 [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 15:03:05.625 [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 15:03:05.625 [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 15:03:05.626 [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 15:03:05.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 15:03:05.627 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.627 [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 15:03:05.628 [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 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 15:03:05.628 [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 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 15:03:05.628 [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 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:03:05.628 [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 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 15:03:05.628 [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 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 15:03:05.628 [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 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 15:03:05.628 [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 15:03:05.628 [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 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 15:03:05.628 [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 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 15:03:05.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 15:03:05.628 [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 15:03:05.628 [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 15:03:05.628 [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 15:03:05.628 [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 15:03:05.662 [main] 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 15:03:05.729 [main] 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 15:03:05.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 15:03:05.757 [main] 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 15:03:05.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 15:03:05.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 15:03:05.928 [main] 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 15:03:05.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 15:03:05.956 [main] 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 15:03:05.966 [main] 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 15:03:06.038 [main] 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 15:03:06.063 [main] 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 15:03:06.119 [main] 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 15:03:06.182 [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 15:03:06.182 [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 15:03:06.185 [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 15:03:06.185 [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 15:03:06.185 [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 15:03:06.185 [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 15:03:06.214 [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 15:03:06.216 [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 15:03:06.216 [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 15:03:06.216 [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 15:03:06.217 [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 15:03:06.218 [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 15:03:06.222 [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 15:03:06.222 [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 15:03:06.224 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:06.225 [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 15:03:06.227 [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 15:03:06.229 [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 15:03:06.229 [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 15:03:06.230 [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 15:03:06.231 [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 15:03:06.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:03:06.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:03:06.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:03:06.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:03:06.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:03:06.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:03:06.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:03:06.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:03:06.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:03:06.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:03:06.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:03:06.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:03:06.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:03:06.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:03:06.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:03:06.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:03:06.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:03:06.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:03:06.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:03:06.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:03:06.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:03:06.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:03:06.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:03:06.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:03:06.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:03:06.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:03:06.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:03:06.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:03:06.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:03:06.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:03:06.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:03:06.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:03:06.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:03:06.244 [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 15:03:06.244 [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 15:03:06.244 [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 15:03:06.244 [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 15:03:06.244 [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 15:03:06.244 [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 15:03:06.249 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:06.250 [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 15:03:06.317 [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 15:03:06.318 [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 15:03:06.319 [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 15:03:06.319 [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 15:03:06.321 [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 15:03:06.321 [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 15:03:06.323 [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 15:03:06.337 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:03:06.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:03:06.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:03:06.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:03:06.346 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:06.346 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:06.346 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:03:06.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:06.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:06.420 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:06.420 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:06.423 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:06.423 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:06.424 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 15:03:06.424 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:06.424 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:06.424 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 15:03:06.431 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 15:03:06.454 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 15:03:06.454 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 15:03:06.458 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 15:03:06.458 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s34ms [pure insertion] marking any relevant derived attributes for update...15:03:06.458 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:06.459 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:06.524 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 15:03:06.524 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:06.524 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:06.524 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 15:03:06.526 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 15:03:06.551 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 15:03:06.551 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 15:03:06.614 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 15:03:06.614 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s90ms [pure insertion] marking any relevant derived attributes for update...15:03:06.614 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:06.615 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:06.616 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 15:03:06.616 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:06.617 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:06.617 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 15:03:06.619 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 15:03:06.644 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 15:03:06.644 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 15:03:06.649 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 15:03:06.649 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s33ms [pure insertion] marking any relevant derived attributes for update...15:03:06.649 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:06.649 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:06.651 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 15:03:06.651 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:06.651 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:06.651 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 15:03:06.653 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 15:03:06.736 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 15:03:06.736 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 15:03:06.745 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 15:03:06.745 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...15:03:06.745 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:06.746 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:06.747 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:06.747 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:06.754 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:03:06.755 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:03:06.755 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 15:03:06.755 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:06.755 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:06.755 [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... 15:03:06.755 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 15:03:06.755 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:06.755 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:06.755 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 335 ms 15:03:06.755 [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 15:03:06.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:03:06.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:03:06.821 [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 15:03:06.822 [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 15:03:06.822 [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 15:03:06.823 [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 15:03:06.823 [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 15:03:06.823 [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 15:03:06.823 [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 15:03:06.824 [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 15:03:06.826 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 15:03:06.826 [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) 15:03:06.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:06.858 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:06.858 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:06.858 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:06.859 [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... 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:03:06.859 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:06.860 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:06.861 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:06.861 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:06.863 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 15:03:06.863 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:06.863 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:06.863 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 15:03:06.865 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 15:03:06.923 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 15:03:06.923 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 15:03:07.016 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 15:03:07.016 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s153ms [pure insertion] marking any relevant derived attributes for update...15:03:07.016 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:07.016 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:07.017 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:07.017 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:07.018 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 15:03:07.018 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 15:03:07.018 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 15:03:07.018 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:07.018 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:07.018 [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... 15:03:07.018 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 15:03:07.018 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:07.018 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:07.018 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 160 ms 15:03:07.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:03:07.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:07.023 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:07.023 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:03:07.031 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:03:07.031 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6022847352530716156/test_customProfileV5[LevelDB GreyCat] 15:03:07.031 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:03:07.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:03:07.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:07.246 [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 15:03:07.422 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:03:07.422 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:03:07.533 [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 15:03:07.534 [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 15:03:07.536 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:07.537 [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 15:03:07.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:07.539 [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 15:03:07.540 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 15:03:07.541 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 15:03:07.541 [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 15:03:07.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:07.545 [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 15:03:07.545 [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 15:03:07.545 [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 15:03:07.545 [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 15:03:07.545 [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 15:03:07.545 [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 15:03:07.545 [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 15:03:07.545 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 15:03:07.546 [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 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 15:03:07.546 [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 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 15:03:07.546 [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 15:03:07.546 [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 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 15:03:07.546 [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 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 15:03:07.546 [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 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 15:03:07.546 [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 15:03:07.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 15:03:07.547 [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 15:03:07.547 [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 15:03:07.674 [main] 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 15:03:07.749 [main] 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 15:03:07.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 15:03:07.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 15:03:07.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 15:03:07.862 [main] 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 15:03:07.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 15:03:07.950 [main] 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 15:03:07.958 [main] 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 15:03:08.025 [main] 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 15:03:08.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 15:03:08.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 15:03:08.143 [main] 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 15:03:08.161 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:08.161 [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 15:03:08.162 [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 15:03:08.162 [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 15:03:08.163 [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 15:03:08.165 [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 15:03:08.165 [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 15:03:08.167 [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 15:03:08.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::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:08.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::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:08.217 [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 15:03:08.217 [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 15:03:08.217 [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 15:03:08.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 15:03:08.219 [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 15:03:08.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:03:08.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:03:08.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:03:08.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:03:08.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:03:08.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 15:03:08.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:03:08.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:03:08.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 15:03:08.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:03:08.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 15:03:08.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:03:08.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:03:08.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:03:08.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:03:08.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 15:03:08.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:03:08.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:03:08.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:03:08.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:03:08.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:03:08.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:03:08.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:03:08.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:03:08.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:03:08.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:03:08.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:03:08.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:03:08.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:03:08.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:03:08.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:03:08.227 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:03:08.227 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:03:08.227 [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 15:03:08.227 [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 15:03:08.229 [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 15:03:08.229 [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 15:03:08.229 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:08.230 [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 15:03:08.232 [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 15:03:08.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 15:03:08.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 15:03:08.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 15:03:08.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 15:03:08.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 15:03:08.233 [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 15:03:08.236 [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 15:03:08.236 [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 15:03:08.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:03:08.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:03:08.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:03:08.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:03:08.318 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:08.318 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:08.318 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:03:08.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:08.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:08.335 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:08.335 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:08.339 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:08.339 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:08.340 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 15:03:08.340 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:08.340 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:08.340 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 15:03:08.347 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 15:03:08.423 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 15:03:08.423 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 15:03:08.428 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 15:03:08.428 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s88ms [pure insertion] marking any relevant derived attributes for update...15:03:08.428 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:08.429 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:08.440 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 15:03:08.440 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:08.441 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:08.441 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 15:03:08.442 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 15:03:08.520 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 15:03:08.520 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 15:03:08.529 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 15:03:08.529 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...15:03:08.529 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:08.529 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:08.531 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 15:03:08.531 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:08.531 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:08.531 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 15:03:08.533 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 15:03:08.616 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 15:03:08.616 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 15:03:08.625 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 15:03:08.625 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...15:03:08.625 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:08.626 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:08.627 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 15:03:08.627 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:08.627 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:08.627 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 15:03:08.629 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 15:03:08.652 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 15:03:08.652 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 15:03:08.656 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 15:03:08.656 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s29ms [pure insertion] marking any relevant derived attributes for update...15:03:08.656 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:08.656 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:08.656 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:08.656 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:08.716 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:03:08.716 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:03:08.716 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.06s attempting to resolve any uninitialized derived attributes... 15:03:08.716 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:08.716 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:08.716 [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... 15:03:08.716 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s60ms [proxy update] 15:03:08.716 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:08.716 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:08.716 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 381 ms 15:03:08.716 [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 15:03:08.718 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:03:08.718 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 15:03:08.727 [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 15:03:08.727 [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 15:03:08.727 [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 15:03:08.728 [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 15:03:08.728 [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 15:03:08.728 [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 15:03:08.729 [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 15:03:08.729 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 15:03:08.731 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 15:03:08.731 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 15:03:08.760 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16944818896310459008/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:08.761 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:08.761 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:08.761 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:08.762 [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... 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 15:03:08.762 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:08.765 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:08.766 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:08.766 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:08.816 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 15:03:08.816 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:08.816 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:08.816 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 15:03:08.818 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 15:03:08.830 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 15:03:08.830 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 15:03:08.834 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 15:03:08.834 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s18ms [pure insertion] marking any relevant derived attributes for update...15:03:08.834 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:08.834 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:08.835 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 15:03:08.835 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:08.835 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:08.835 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 15:03:08.837 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 15:03:08.857 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 15:03:08.857 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 15:03:08.922 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 15:03:08.922 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s87ms [pure insertion] marking any relevant derived attributes for update...15:03:08.922 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:08.922 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:08.924 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 15:03:08.924 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:08.925 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:08.925 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 15:03:08.927 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 15:03:09.162 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 15:03:09.162 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 15:03:09.324 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 15:03:09.324 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s400ms [pure insertion] marking any relevant derived attributes for update...15:03:09.324 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:09.324 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:09.325 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 15:03:09.325 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:09.325 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:09.325 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 15:03:09.327 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 15:03:09.335 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 15:03:09.335 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 15:03:09.342 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 15:03:09.342 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s17ms [pure insertion] marking any relevant derived attributes for update...15:03:09.342 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:09.342 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:09.343 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 15:03:09.343 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:09.344 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:09.344 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 15:03:09.346 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 15:03:09.416 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 15:03:09.416 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 15:03:09.420 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 15:03:09.420 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s77ms [pure insertion] marking any relevant derived attributes for update...15:03:09.420 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:09.420 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:09.420 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:09.420 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:09.424 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 15:03:09.429 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 15:03:09.429 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 15:03:09.429 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:09.429 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:09.429 [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... 15:03:09.429 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 15:03:09.429 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:09.430 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:09.430 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 669 ms 15:03:09.432 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:09.435 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:09.435 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:09.435 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:09.438 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 15:03:09.438 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:09.438 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 15:03:09.440 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 15:03:09.440 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 15:03:09.440 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 15:03:09.440 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 15:03:09.448 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.008s 15:03:09.452 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 15:03:09.515 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 15:03:09.515 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 15:03:09.519 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 15:03:09.519 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s81ms [pure insertion] marking any relevant derived attributes for update...15:03:09.519 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:09.519 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:09.519 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:09.519 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:09.521 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 15:03:09.522 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 15:03:09.522 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 15:03:09.522 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:09.522 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:09.522 [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... 15:03:09.522 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 15:03:09.522 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:09.522 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:09.522 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 90 ms 15:03:09.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:03:09.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16944818896310459008/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:09.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:09.531 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:03:09.541 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:03:09.544 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17082223331364380195/test_modelProfileInsideRepository[LevelDB GreyCat] 15:03:09.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 15:03:09.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 15:03:09.649 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:09.649 [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 15:03:09.664 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 15:03:09.664 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.772 [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 15:03:09.773 [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 15:03:09.773 [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[] 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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[] 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.773 [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 15:03:09.814 [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 15:03:09.814 [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 15:03:09.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 15:03:09.932 [main] 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 15:03:09.938 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 15:03:10.032 [main] 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 15:03:10.045 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 15:03:10.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 15:03:10.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 15:03:10.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 15:03:10.254 [main] 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 15:03:10.263 [main] 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 15:03:10.359 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 15:03:10.430 [main] 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 15:03:10.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::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 15:03:10.449 [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 15:03:10.450 [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 15:03:10.450 [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 15:03:10.452 [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 15:03:10.453 [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 15:03:10.454 [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 15:03:10.455 [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 15:03:10.457 [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 15:03:10.457 [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 15:03:10.457 [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 15:03:10.457 [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 15:03:10.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 15:03:10.513 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:10.514 [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 15:03:10.514 [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 15:03:10.515 [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 15:03:10.517 [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 15:03:10.517 [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 15:03:10.517 [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 15:03:10.518 [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 15:03:10.519 [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 15:03:10.520 [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 15:03:10.540 [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 15:03:10.540 [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 15:03:10.541 [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 15:03:10.541 [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 15:03:10.542 [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 15:03:10.542 [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 15:03:10.544 [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 15:03:10.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 15:03:10.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 15:03:10.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 15:03:10.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 15:03:10.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 15:03:10.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 15:03:10.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 15:03:10.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 15:03:10.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 15:03:10.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 15:03:10.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 15:03:10.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 15:03:10.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 15:03:10.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 15:03:10.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 15:03:10.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 15:03:10.548 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 15:03:10.548 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 15:03:10.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 15:03:10.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 15:03:10.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 15:03:10.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 15:03:10.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 15:03:10.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 15:03:10.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 15:03:10.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 15:03:10.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 15:03:10.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 15:03:10.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 15:03:10.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 15:03:10.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 15:03:10.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 15:03:10.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 15:03:10.551 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 15:03:10.551 [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 15:03:10.552 [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 15:03:10.554 [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 15:03:10.555 [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 15:03:10.555 [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 15:03:10.555 [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 15:03:10.555 [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 15:03:10.555 [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 15:03:10.555 [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 15:03:10.559 [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 15:03:10.559 [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 15:03:10.616 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 15:03:10.616 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 15:03:10.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 15:03:10.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 15:03:10.624 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:10.624 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:10.624 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 15:03:10.714 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 15:03:10.719 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:10.719 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:10.719 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:10.722 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:10.722 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:10.723 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 15:03:10.723 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:10.723 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:10.723 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 15:03:10.730 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 15:03:10.759 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 15:03:10.759 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 15:03:10.817 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 15:03:10.817 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...15:03:10.817 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 15:03:10.818 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 15:03:10.820 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 15:03:10.820 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:10.820 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:10.820 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 15:03:10.822 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 15:03:10.846 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 15:03:10.846 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 15:03:10.850 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 15:03:10.850 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s30ms [pure insertion] marking any relevant derived attributes for update...15:03:10.850 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:10.851 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:10.915 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 15:03:10.915 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:10.915 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:10.915 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 15:03:10.917 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 15:03:10.939 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 15:03:10.939 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 15:03:10.947 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 15:03:10.947 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s32ms [pure insertion] marking any relevant derived attributes for update...15:03:10.947 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:10.947 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:10.948 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 15:03:10.948 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:10.948 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:10.948 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 15:03:10.950 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 15:03:11.031 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 15:03:11.031 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 15:03:11.037 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 15:03:11.037 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...15:03:11.037 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:11.037 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:11.037 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:11.037 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:11.042 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 15:03:11.042 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 15:03:11.042 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 15:03:11.042 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:11.042 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:11.042 [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... 15:03:11.042 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:03:11.042 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:11.042 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:11.042 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 323 ms 15:03:11.141 [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 15:03:11.142 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:11.142 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 15:03:11.144 [pool-206-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 2 ms 15:03:11.144 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 15:03:11.145 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 15:03:11.145 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 15:03:11.146 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 15:03:11.146 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:11.146 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:11.146 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 15:03:11.148 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 15:03:11.221 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 15:03:11.221 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 15:03:11.233 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 15:03:11.233 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s87ms [pure insertion] marking any relevant derived attributes for update...15:03:11.233 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:11.233 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:11.234 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 15:03:11.234 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 15:03:11.235 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 15:03:11.235 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 15:03:11.237 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 15:03:11.254 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 15:03:11.254 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 15:03:11.314 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 15:03:11.314 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s80ms [pure insertion] marking any relevant derived attributes for update...15:03:11.314 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 15:03:11.314 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 15:03:11.314 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 15:03:11.314 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 15:03:11.316 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 15:03:11.319 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 15:03:11.319 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 15:03:11.319 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 15:03:11.319 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 15:03:11.319 [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... 15:03:11.319 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 15:03:11.319 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 15:03:11.319 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 15:03:11.319 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 177 ms 15:03:11.319 [pool-206-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8022202785658049596/test_workspaceCrosslinks[LevelDB GreyCat] 15:03:11.320 [pool-206-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8022202785658049596/test_workspaceCrosslinks[LevelDB GreyCat] 15:03:11.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 15:03:11.325 [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 15:03:11.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 15:03:11.326 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 15:03:11.336 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 15:03:11.336 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8022202785658049596/test_workspaceCrosslinks[LevelDB GreyCat] 15:03:11.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.78 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 30.576 s tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.273 s treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.226 s treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.483 s derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.795 s deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.596 s derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.399 s addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.329 s lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.388 s lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.285 s eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 0.6 s queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 0.237 s metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.3 s elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 2.981 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 1.809 s metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 1.181 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 13.942 s bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.175 s instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.297 s listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.313 s instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.494 s reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.377 s forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.428 s allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.6 s subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 4.269 s getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 4.808 s getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 3.508 s getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 2.714 s addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.3 s addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.273 s renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.221 s eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.272 s removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.227 s renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.219 s upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.18 s stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.806 s localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.168 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.528 s indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.998 s customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.092 s customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.798 s modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.513 s workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 1.791 s Running org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.108 s createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.102 s Results: Tests run: 130, Failures: 0, Errors: 0, Skipped: 0 [Pipeline] } [Pipeline] // container Post stage [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Downloads) [Pipeline] lock Trying to acquire lock on [download-area] Lock acquired on [download-area] [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.hawk (ssh://genie.hawk@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-PZTL0xgWdaby/agent.193 SSH_AGENT_PID=195 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_1135716744104387577.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_1135716744104387577.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + greycat/deploy-downloads.sh Creating downloads for Hawk Greycat backend 2.3.0 at /home/data/httpd/download.eclipse.org/hawk/2.3.0 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). sending incremental file list artifacts.jar artifacts.xml.xz content.jar content.xml.xz p2.index features/org.eclipse.hawk.greycat.feature.source_2.3.0.202303051303.jar features/org.eclipse.hawk.greycat.feature_2.3.0.202303051303.jar features/org.eclipse.hawk.greycat.tests.feature.source_2.3.0.202303251752.jar features/org.eclipse.hawk.greycat.tests.feature_2.3.0.202303251752.jar plugins/org.eclipse.hawk.greycat.source_2.3.0.202303051303.jar plugins/org.eclipse.hawk.greycat.tests.source_2.3.0.202303251752.jar plugins/org.eclipse.hawk.greycat.tests_2.3.0.202303251752.jar plugins/org.eclipse.hawk.greycat_2.3.0.202303051303.jar sent 7.15M bytes received 19.52K bytes 2.87M bytes/sec total size is 8.76M speedup is 1.22 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 195 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